Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py120 async def async_generator_function_example(self): function
185 async_gen_coro = async_generator_function_example(1)
236 inspect.isasyncgenfunction(async_generator_function_example))
240 async_generator_function_example))))