mirror of https://github.com/python/cpython
gh-123165: update docs signature for `dis.disassemble` (#123808)
This commit is contained in:
parent
1b29f4144c
commit
07f0bf5aa4
|
@ -312,7 +312,8 @@ operation is being performed, so the intermediate analysis object isn't useful:
|
|||
.. versionchanged:: 3.14
|
||||
Added the *show_positions* parameter.
|
||||
|
||||
.. function:: disassemble(code, lasti=-1, *, file=None, show_caches=False, adaptive=False)
|
||||
.. function:: disassemble(code, lasti=-1, *, file=None, show_caches=False,\
|
||||
adaptive=False, show_offsets=False, show_positions=False)
|
||||
disco(code, lasti=-1, *, file=None, show_caches=False, adaptive=False,\
|
||||
show_offsets=False, show_positions=False)
|
||||
|
||||
|
|
Loading…
Reference in New Issue