Searched defs:iscoroutinefunction (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/asyncio/ | ||
| D | coroutines.py | 160 def iscoroutinefunction(func): function |
| /external/python/cpython3/Lib/ | ||
| D | inspect.py | 179 def iscoroutinefunction(object): function |