Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h40 PyObject *cellvars = NULL; in code_new() local
/third_party/python/Objects/
Dcodeobject.c120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs()
278 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
554 PyObject *cellvars) in code_new_impl()
/third_party/python/Python/
Dmarshal.c1315 PyObject *cellvars = NULL; in r_object() local
Dcompile.c6876 PyObject *cellvars = NULL; in makecode() local