Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h347 builtin_exec_impl(PyObject *module, PyObject *source, PyObject *globals,
371 return_value = builtin_exec_impl(module, source, globals, locals); in builtin_exec()
/external/python/cpython3/Python/
Dbltinmodule.c1003 builtin_exec_impl(PyObject *module, PyObject *source, PyObject *globals, in builtin_exec_impl() function