Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dcoroutines.py164 def iscoroutinefunction(func): function
/third_party/python/Lib/
Dinspect.py308 def iscoroutinefunction(obj): function