Searched defs:cellvars (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/ |
D | codeobject.c | 109 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() 249 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 438 PyObject *cellvars = NULL, *ourcellvars = NULL; in code_new() local
|
/external/python/cpython2/Objects/ |
D | codeobject.c | 95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 281 PyObject *cellvars = NULL, *ourcellvars = NULL; in code_new() local
|
/external/python/cpython2/Python/ |
D | marshal.c | 1014 PyObject *cellvars = NULL; in r_object() local
|
D | compile.c | 3815 PyObject *cellvars = NULL; in makecode() local
|
/external/python/cpython3/Python/ |
D | marshal.c | 1336 PyObject *cellvars = NULL; in r_object() local
|
D | compile.c | 5871 PyObject *cellvars = NULL; in makecode() local
|