Searched defs:AsyncGenerator (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/ | ||
| D | _collections_abc.py | 198 class AsyncGenerator(AsyncIterator): class |
| D | typing.py | 1696 AsyncGenerator = _alias(collections.abc.AsyncGenerator, 2) variable |