Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h184 PyObject *co_freevars = self->co_freevars; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h31 PyObject *co_freevars; /* tuple of strings (free variable names) */ member
/third_party/python/Objects/
Dcodeobject.c728 PyObject *co_varnames, PyObject *co_freevars, in code_replace_impl()