Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval.c3887 PyObject *coro_wrapper = tstate->coroutine_wrapper; in _PyEval_EvalCodeWithName() local
3891 assert(coro_wrapper != NULL); in _PyEval_EvalCodeWithName()
3895 coro_wrapper, in _PyEval_EvalCodeWithName()
3919 if (is_coro && coro_wrapper != NULL) { in _PyEval_EvalCodeWithName()
3922 wrapped = PyObject_CallFunction(coro_wrapper, "N", gen); in _PyEval_EvalCodeWithName()