Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py124 async def coroutine_function_example(self): function
187 coro = coroutine_function_example(1)
210 inspect.iscoroutinefunction(coroutine_function_example))
214 coroutine_function_example))))
222 inspect.isgeneratorfunction(coroutine_function_example))
226 coroutine_function_example))))
234 inspect.isasyncgenfunction(coroutine_function_example))
249 coro = coroutine_function_example(1)