mirror of https://github.com/python/cpython
bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456)
This commit is contained in:
parent
b6b711a1aa
commit
3257d49d23
|
@ -191,8 +191,9 @@ attributes:
|
|||
| | | which this code object |
|
||||
| | | was defined |
|
||||
+-----------+-------------------+---------------------------+
|
||||
| | co_names | tuple of names of local |
|
||||
| | | variables |
|
||||
| | co_names | tuple of names other |
|
||||
| | | than arguments and |
|
||||
| | | function locals |
|
||||
+-----------+-------------------+---------------------------+
|
||||
| | co_nlocals | number of local variables |
|
||||
+-----------+-------------------+---------------------------+
|
||||
|
|
Loading…
Reference in New Issue