Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h51 PyObject *cellvars = NULL; in code_new() local
/external/python/cpython3/Objects/
Dcodeobject.c707 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyUnstable_Code_NewWithPosOnlyArgs()
860 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyUnstable_Code_New()
1742 PyObject *cellvars) in code_new_impl()
2264 PyObject *cellvars = NULL; in code_replace_impl() local
/external/python/cpython3/Python/
Dcompile.c2534 PyObject *cellvars = c->u->u_metadata.u_cellvars; in compiler_class_body() local