Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py160 def iscoroutinefunction(func): function
/external/python/cpython3/Lib/
Dinspect.py179 def iscoroutinefunction(object): function