Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h186 PyObject *co_filename = self->co_filename; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h39 PyObject *co_filename; /* unicode (where it was loaded from) */ member
/third_party/python/Objects/
Dcodeobject.c729 PyObject *co_cellvars, PyObject *co_filename, in code_replace_impl()
/third_party/python/Python/
Dceval.c6462 const char *co_filename, *co_name; in maybe_dtrace_line() local