Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncgen.py413 def check_async_iterator_anext(self, ait_class): member in AsyncGenAsyncioTest
474 self.check_async_iterator_anext(agen)
489 self.check_async_iterator_anext(MyAsyncIter)
508 self.check_async_iterator_anext(MyAsyncIterWithTypesCoro)