Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h183 PyObject *co_varnames = self->co_varnames; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h30 PyObject *co_varnames; /* tuple of strings (local variable names) */ member
/third_party/python/Objects/
Dcodeobject.c728 PyObject *co_varnames, PyObject *co_freevars, in code_replace_impl()
/third_party/python/Python/
Dceval.c4841 PyObject **co_varnames; in _PyEval_MakeFrameVector() local