Tweaked QrCode constructor to dispose of the isFunction array in all languages except C, but somewhat differently in each language.

This commit is contained in:
Project Nayuki
2018-08-26 02:17:47 +00:00
parent c86dacacb7
commit ccd571624e
6 changed files with 8 additions and 0 deletions
+1
View File
@@ -188,6 +188,7 @@ class QrCode(object):
self._draw_format_bits(mask) # Overwrite old format bits
self._apply_mask(mask) # Apply the final choice of mask
self._mask = mask
del self._isfunction
# ---- Accessor methods ----