Home
last modified time | relevance | path

Searched refs:_PyEval_EvalCodeWithName (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Deval.h21 PyAPI_FUNC(PyObject *) _PyEval_EvalCodeWithName(
/external/python/cpython3/Python/
Dceval.c4350 _PyEval_EvalCodeWithName(PyObject *_co, PyObject *globals, PyObject *locals, in _PyEval_EvalCodeWithName() function
4375 return _PyEval_EvalCodeWithName(_co, globals, locals, in PyEval_EvalCodeEx()