Home
last modified time | relevance | path

Searched defs:_is_coroutine (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py161 _is_coroutine = object() variable
/external/python/cpython3/Modules/
D_asynciomodule.c138 _is_coroutine(PyObject *coro) in _is_coroutine() function