Searched defs:co_filename (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/clinic/ |
H A D | codeobject.c.h | 206 PyObject *co_filename = self->co_filename; in code_replace() local
|
/third_party/python/Objects/ |
H A D | codeobject.c | 1904 code_replace_impl(PyCodeObject *self, int co_argcount, int co_posonlyargcount, int co_kwonlyargcount, int co_nlocals, int co_stacksize, int co_flags, int co_firstlineno, PyBytesObject *co_code, PyObject *co_consts, PyObject *co_names, PyObject *co_varnames, PyObject *co_freevars, PyObject *co_cellvars, PyObject *co_filename, PyObject *co_name, PyObject *co_qualname, PyBytesObject *co_linetable, PyBytesObject *co_exceptiontable) code_replace_impl() argument [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 7918 const char *co_filename, *co_name; local
|
Completed in 14 milliseconds