Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_collections_abc.py72 async_generator = type(_ag) variable
/third_party/python/Lib/test/
Dtest_asyncgen.py1660 async def async_generator(): function