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 049e7aa commit d0c53feCopy full SHA for d0c53fe
1 file changed
Lib/pickletools.py
@@ -6,7 +6,7 @@
6
genops(pickle)
7
Generate all the opcodes in a pickle, as (opcode, arg, position) triples.
8
9
-dis(pickle, out=None, indentlevel=4)
+dis(pickle, out=None, memo=None, indentlevel=4)
10
Print a symbolic disassembly of a pickle.
11
'''
12
0 commit comments