inspect.iscoroutine(object)
Return true if the object is a coroutine created by an async def function.
New in version 3.5.
inspect.iscoroutine(object)
Return true if the object is a coroutine created by an async def function.
New in version 3.5.
Please login to continue.