Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_inspect.py109 async def async_generator_function_example(self): function
166 async_gen_coro = async_generator_function_example(1)
203 inspect.isasyncgenfunction(async_generator_function_example))
207 async_generator_function_example))))