Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h488 {"exec", _PyCFunction_CAST(builtin_exec), METH_FASTCALL|METH_KEYWORDS, builtin_exec__doc__},
495 builtin_exec(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_exec() function