Home
/
Python 3.11
/
Enum
/
name
Python 3.0
Python 3.11
Functions
ID
EN
…
Enum
name
Python 3.11
The name used to define the Enum member:
Syntax
PYTHON
Copy
name
Examples
Example 1
PYTHON
Copy
>>> Color.BLUE.name 'BLUE'