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/test_inspect/
Dtest_inspect.py135 async def async_generator_function_example(self): function
209 async_gen_coro = async_generator_function_example(1)
215 async_generator_function_example)
341 inspect.isasyncgenfunction(async_generator_function_example))
345 async_generator_function_example))))