Home
/
Python 3.11
/
Types
/
CodeType
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Types
CodeType
Python 3.11
The type of code objects such as returned by compile().
Syntax
PYTHON
Copy
class types.CodeType(**kwargs)
See Also
code objects
compile()
auditing event