Searched refs:coroutine_function_example (Results 1 – 1 of 1) sorted by relevance
113 async def coroutine_function_example(self): function168 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)