Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963b45 commit d5ba4aeCopy full SHA for d5ba4ae
1 file changed
Lib/pickle.py
@@ -103,6 +103,7 @@ def __init__(self, value):
103
BINFLOAT = 'G'
104
105
__all__.extend([x for x in dir() if re.match("[A-Z][A-Z0-9_]+$",x)])
106
+del x
107
108
class Pickler:
109
0 commit comments