Searched defs:cellvars (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython3/Objects/clinic/ |
| D | codeobject.c.h | 40 PyObject *cellvars = 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/cpython3/Objects/ |
| D | codeobject.c | 120 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()
|
| /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 | 1315 PyObject *cellvars = NULL; in r_object() local
|
| D | compile.c | 6902 PyObject *cellvars = NULL; in makecode() local
|