pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
PyCodeObject.co_lnotab
deimos
python
code
PyCodeObject
string (encoding addr<->lineno mapping) See Objects/lnotab_notes.txt for details.
struct
PyCodeObject
PyObject
*
co_lnotab
;
Meta
Source
See Implementation
deimos
python
code
PyCodeObject
variables
co_argcount
co_cellvars
co_code
co_consts
co_extra
co_filename
co_firstlineno
co_flags
co_freevars
co_lnotab
co_name
co_names
co_nlocals
co_stacksize
co_varnames
co_weakreflist
co_zombieframe
string (encoding addr<->lineno mapping) See Objects/lnotab_notes.txt for details.