asyncio.iscoroutine(obj)
Return True
if obj is a coroutine object, which may be based on a generator or an async def
coroutine.
asyncio.iscoroutine(obj)
Return True
if obj is a coroutine object, which may be based on a generator or an async def
coroutine.
Please login to continue.