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