Home
last modified time | relevance | path

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

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