Home
last modified time | relevance | path

Searched refs:_AwaitableABC (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py50 Awaitable as _AwaitableABC unknown
52 _CoroutineABC = _AwaitableABC = None
214 elif _AwaitableABC is not None:
222 if isinstance(res, _AwaitableABC):