Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dcodeobject.c95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
281 PyObject *cellvars = NULL, *ourcellvars = NULL; in code_new() local
/external/python/cpython3/Objects/
Dcodeobject.c100 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
356 PyObject *cellvars = NULL, *ourcellvars = NULL; in code_new() local
/external/python/cpython2/Python/
Dmarshal.c1014 PyObject *cellvars = NULL; in r_object() local
Dcompile.c3815 PyObject *cellvars = NULL; in makecode() local
/external/python/cpython3/Python/
Dmarshal.c1371 PyObject *cellvars = NULL; in r_object() local
Dcompile.c5377 PyObject *cellvars = NULL; in makecode() local