mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
This commit is contained in:
parent
1767a0490f
commit
b74468e233
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ operation is being performed, so the intermediate analysis object isn't useful:
|
|||
|
||||
.. function:: findlabels(code)
|
||||
|
||||
Detect all offsets in the code object *code* which are jump targets, and
|
||||
Detect all offsets in the raw compiled bytecode string *code* which are jump targets, and
|
||||
return a list of these offsets.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue