Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py268 def iscoroutine(obj): function
/external/python/cpython3/Lib/
Dinspect.py217 def iscoroutine(object): function