Searched defs:cellvars (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Objects/ |
| D | codeobject.c | 120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() 270 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 459 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 | 1311 PyObject *cellvars = NULL; in r_object() local
|
| D | compile.c | 5905 PyObject *cellvars = NULL; in makecode() local
|