mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-123165: update docs signature for dis.disassemble
(#123808)
This commit is contained in:
parent
1b29f4144c
commit
07f0bf5aa4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue