asyncio.iscoroutinefunction(func)
Return True if func is determined to be a coroutine function, which may be a decorated generator function or an async def function.
asyncio.iscoroutinefunction(func)
Return True if func is determined to be a coroutine function, which may be a decorated generator function or an async def function.
Please login to continue.