inspect.iscoroutinefunction(object)
Return true if the object is a coroutine function (a function defined with an async def
syntax).
New in version 3.5.
inspect.iscoroutinefunction(object)
Return true if the object is a coroutine function (a function defined with an async def
syntax).
New in version 3.5.
Please login to continue.