enum — Support for enumerations — Python 3 documentation#enum.Enum.name
nameThe name used to define the
Enummember:>>> Color.BLUE.name 'BLUE'
Printed 2026-06-28.
(echo:: @ ᯤ)
enum — Support for enumerations — Python 3 documentation#enum.Enum.name
nameThe name used to define the
Enummember:>>> Color.BLUE.name 'BLUE'
Printed 2026-06-28.
(echo:: @ ᯤ)