Home
last modified time | relevance | path

Searched defs:co_lnotab (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h52 PyBytesObject *co_lnotab = (PyBytesObject *)self->co_lnotab; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h41 PyObject *co_lnotab; /* string (encoding addr<->lineno mapping) See member
/third_party/python/Objects/
Dcodeobject.c645 PyObject *co_name, PyBytesObject *co_lnotab) in code_replace_impl()