Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_inspect.py113 async def coroutine_function_example(self): function
168 coro = coroutine_function_example(1)
187 inspect.iscoroutinefunction(coroutine_function_example))
191 coroutine_function_example))))
195 inspect.isgeneratorfunction(coroutine_function_example))
199 coroutine_function_example))))
216 coro = coroutine_function_example(1)