Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dcoroutines.py49 from collections.abc import Coroutine as _CoroutineABC, \ unknown
52 _CoroutineABC = _AwaitableABC = None variable