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
170 coro = coroutine_function_example(1)
181 inspect.iscoroutinefunction(coroutine_function_example))
185 inspect.isgeneratorfunction(coroutine_function_example))
194 coro = coroutine_function_example(1)