mirror of https://github.com/python/cpython.git
Add argument to docstring
This commit is contained in:
parent
049e7aaa0f
commit
d0c53fedd0
|
@ -6,7 +6,7 @@
|
||||||
genops(pickle)
|
genops(pickle)
|
||||||
Generate all the opcodes in a pickle, as (opcode, arg, position) triples.
|
Generate all the opcodes in a pickle, as (opcode, arg, position) triples.
|
||||||
|
|
||||||
dis(pickle, out=None, indentlevel=4)
|
dis(pickle, out=None, memo=None, indentlevel=4)
|
||||||
Print a symbolic disassembly of a pickle.
|
Print a symbolic disassembly of a pickle.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue