mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add argument to docstring
This commit is contained in:
parent
049e7aaa0f
commit
d0c53fedd0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ can be found here. Some functions meant for external use:
|
||||||
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…
Add table
Add a link
Reference in a new issue