Home
last modified time | relevance | path

Searched defs:co_name (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h187 PyObject *co_name = self->co_name; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h40 PyObject *co_name; /* unicode (name, for reference) */ member
/third_party/python/Objects/
Dcodeobject.c730 PyObject *co_name, PyBytesObject *co_linetable) in code_replace_impl()
/third_party/python/Python/
Dceval.c6462 const char *co_filename, *co_name; in maybe_dtrace_line() local