Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h49 PyObject *co_cellvars = self->co_cellvars; in code_replace() local
/external/python/cpython2/Include/
Dcode.h21 PyObject *co_cellvars; /* tuple of strings (cell variable names) */ member
/external/python/cpython3/Include/
Dcode.h37 PyObject *co_cellvars; /* tuple of strings (cell variable names) */ member
/external/python/cpython3/Objects/
Dcodeobject.c623 PyObject *co_cellvars, PyObject *co_filename, in code_replace_impl()