Home
last modified time | relevance | path

Searched defs:iscoroutine (Results 1 – 3 of 3) sorted by relevance

/external/python/pyee/pyee/
Dtwisted.py13 iscoroutine = None variable
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py177 def iscoroutine(obj): function
/external/python/cpython3/Lib/
Dinspect.py344 def iscoroutine(object): function