Home
last modified time | relevance | path

Searched defs:freevars (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Objects/
Dcodeobject.c120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs()
270 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
458 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
/external/python/cpython2/Objects/
Dcodeobject.c95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
280 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler.py150 def __init__(self, name, freevars, extra_locals): argument
/external/python/cpython2/Python/
Dceval.c808 register PyObject **fastlocals, **freevars; in PyEval_EvalFrameEx() local
3373 register PyObject **fastlocals, **freevars; in PyEval_EvalCodeEx() local
5184 PyObject **freevars = (f->f_localsplus + in string_concatenate() local
Dmarshal.c1013 PyObject *freevars = NULL; in r_object() local
Dcompile.c3814 PyObject *freevars = NULL; in makecode() local
/external/python/cpython3/Python/
Dceval.c929 PyObject **fastlocals, **freevars; in _PyEval_EvalFrameDefault() local
4088 PyObject **fastlocals, **freevars; in _PyEval_EvalCode() local
5524 PyObject **freevars = (f->f_localsplus + in unicode_concatenate() local
Dmarshal.c1310 PyObject *freevars = NULL; in r_object() local
Dcompile.c5904 PyObject *freevars = NULL; in makecode() local
/external/starlark-go/starlark/
Dvalue.go662 freevars Tuple member