Searched refs:coroutine_function_example (Results 1 – 1 of 1) sorted by relevance
113 async def coroutine_function_example(self): function170 coro = coroutine_function_example(1)181 inspect.iscoroutinefunction(coroutine_function_example))185 inspect.isgeneratorfunction(coroutine_function_example))194 coro = coroutine_function_example(1)