We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Feature
types.CoroutineType is defined as:
The type of coroutine objects, created by async def functions.
Evidently, async def functions return them. For context, they're a subclass of collections.abc.Coroutine with extra features.
collections.abc.Coroutine
Pitch
#18634 ran into this.