Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h48 PyObject *co_freevars = self->co_freevars; in code_replace() local
/external/python/cpython2/Include/
Dcode.h20 PyObject *co_freevars; /* tuple of strings (free variable names) */ member
/external/python/cpython3/Include/cpython/
Dcode.h31 PyObject *co_freevars; /* tuple of strings (free variable names) */ member
/external/python/cpython3/Objects/
Dcodeobject.c643 PyObject *co_varnames, PyObject *co_freevars, in code_replace_impl()