Home
last modified time | relevance | path

Searched defs:AsyncIterable (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A D_collections_abc.py166 class AsyncIterable(metaclass=ABCMeta): class
H A Dtyping.py2676 AsyncIterable = _alias(collections.abc.AsyncIterable, 1) variable
/third_party/python/Lib/test/
H A Dtest_collections.py22 from collections.abc import AsyncIterator, AsyncIterable, AsyncGenerator namespace

Completed in 10 milliseconds