Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h182 PyObject *co_names = self->co_names; in code_replace() local
/external/python/cpython2/Include/
Dcode.h18 PyObject *co_names; /* list of strings (names used) */ member
/external/python/cpython3/Include/cpython/
Dcode.h29 PyObject *co_names; /* list of strings (names used) */ member
/external/python/cpython3/Objects/
Dcodeobject.c727 PyObject *co_consts, PyObject *co_names, in code_replace_impl()