euporie.core.commands.iscoroutinefunction

euporie.core.commands.iscoroutinefunction(obj)

Return true if the object is a coroutine function.

Coroutine functions are normally defined with “async def” syntax, but may be marked via markcoroutinefunction.