Searched defs:_is_coroutine (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/asyncio/ | ||
| D | coroutines.py | 18 _is_coroutine = object() variable |
| /third_party/python/Modules/ | ||
| D | _asynciomodule.c | 140 _is_coroutine(PyObject *coro) in _is_coroutine() function |