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