Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0c53fe

Browse files
committed
Add argument to docstring
1 parent 049e7aa commit d0c53fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pickletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
genops(pickle)
77
Generate all the opcodes in a pickle, as (opcode, arg, position) triples.
88
9-
dis(pickle, out=None, indentlevel=4)
9+
dis(pickle, out=None, memo=None, indentlevel=4)
1010
Print a symbolic disassembly of a pickle.
1111
'''
1212

0 commit comments

Comments
 (0)