Searched defs:freevars (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/clinic/ |
D | codeobject.c.h | 39 PyObject *freevars = NULL; in code_new() local
|
/third_party/python/Objects/ |
D | codeobject.c | 120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs() 278 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 553 int firstlineno, PyObject *linetable, PyObject *freevars, in code_new_impl()
|
/third_party/python/Python/ |
D | marshal.c | 1314 PyObject *freevars = NULL; in r_object() local
|
D | ceval.c | 1593 PyObject **fastlocals, **freevars; in _PyEval_EvalFrameDefault() local 4795 PyObject **freevars = f->f_localsplus + co->co_nlocals; in _PyEval_MakeFrameVector() local 6337 PyObject **freevars = (f->f_localsplus + in unicode_concatenate() local
|
D | compile.c | 6875 PyObject *freevars = NULL; in makecode() local
|