Searched refs:_PyEval_EvalCodeWithName (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/ |
D | eval.h | 21 PyAPI_FUNC(PyObject *) _PyEval_EvalCodeWithName(
|
/external/python/cpython3/Objects/ |
D | call.c | 376 result = _PyEval_EvalCodeWithName((PyObject*)co, globals, (PyObject *)NULL, in _PyFunction_FastCallDict() 433 return _PyEval_EvalCodeWithName((PyObject*)co, globals, (PyObject *)NULL, in _PyFunction_FastCallKeywords()
|
/external/python/cpython3/Python/ |
D | ceval.c | 3664 _PyEval_EvalCodeWithName(PyObject *_co, PyObject *globals, PyObject *locals, in _PyEval_EvalCodeWithName() function 3959 return _PyEval_EvalCodeWithName(_co, globals, locals, in PyEval_EvalCodeEx()
|