Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcode.h19 PyObject *co_varnames; /* tuple of strings (local variable names) */ member
/external/python/cpython3/Include/
Dcode.h32 PyObject *co_varnames; /* tuple of strings (local variable names) */ member
/external/python/cpython2/Python/
Dceval.c3417 PyObject **co_varnames; in PyEval_EvalCodeEx() local
/external/python/cpython3/Python/
Dceval.c3943 PyObject **co_varnames; in _PyEval_EvalCodeWithName() local