Home
/
Python 3.11
/
Types
/
CoroutineType
Python 3.0
Python 3.11
Functions
ID
EN
…
Types
CoroutineType
Python 3.11
The type of coroutine objects, created by async def functions.
Syntax
PYTHON
Copy
types.CoroutineType
See Also
coroutine
async def