Home
last modified time | relevance | path

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

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