Home
last modified time | relevance | path

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

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