Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h181 PyObject *co_consts = self->co_consts; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h28 PyObject *co_consts; /* list (constants used) */ member
/third_party/python/Objects/
Dcodeobject.c727 PyObject *co_consts, PyObject *co_names, in code_replace_impl()