René's URL Explorer Experiment


Title: enum — Support for enumerations — Python 3.14.2 documentation

Open Graph Title: enum — Support for enumerations

Description: Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...

Open Graph Description: Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...

Opengraph URL: https://docs.python.org/3/library/enum.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_enum_56743ce6.png
og:image:altSource code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
enum — Support for enumerationshttps://docs.python.org/library/enum.html
Module Contentshttps://docs.python.org/library/enum.html#module-contents
Data Typeshttps://docs.python.org/library/enum.html#data-types
Supported __dunder__ nameshttps://docs.python.org/library/enum.html#supported-dunder-names
Supported _sunder_ nameshttps://docs.python.org/library/enum.html#supported-sunder-names
Utilities and Decoratorshttps://docs.python.org/library/enum.html#utilities-and-decorators
Noteshttps://docs.python.org/library/enum.html#notes
reprlib — Alternate repr() implementationhttps://docs.python.org/library/reprlib.html
graphlib — Functionality to operate with graph-like structureshttps://docs.python.org/library/graphlib.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/enum.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/graphlib.html
previoushttps://docs.python.org/library/reprlib.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Data Typeshttps://docs.python.org/library/datatypes.html
enum — Support for enumerationshttps://docs.python.org/library/enum.html
https://docs.python.org/library/enum.html#module-enum
Lib/enum.pyhttps://github.com/python/cpython/tree/3.14/Lib/enum.py
Basic Tutorialhttps://docs.python.org/howto/enum.html#enum-basic-tutorial
Advanced Tutorialhttps://docs.python.org/howto/enum.html#enum-advanced-tutorial
Enum Cookbookhttps://docs.python.org/howto/enum.html#enum-cookbook
classhttps://docs.python.org/reference/compound_stmts.html#class
classhttps://docs.python.org/reference/compound_stmts.html#class
How are Enums different?https://docs.python.org/howto/enum.html#enum-class-differences
https://docs.python.org/library/enum.html#module-contents
EnumTypehttps://docs.python.org/library/enum.html#enum.EnumType
Enumhttps://docs.python.org/library/enum.html#enum.Enum
IntEnumhttps://docs.python.org/library/enum.html#enum.IntEnum
inthttps://docs.python.org/library/functions.html#int
Noteshttps://docs.python.org/library/enum.html#notes
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
strhttps://docs.python.org/library/stdtypes.html#str
Noteshttps://docs.python.org/library/enum.html#notes
Flaghttps://docs.python.org/library/enum.html#enum.Flag
Flaghttps://docs.python.org/library/enum.html#enum.Flag
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
inthttps://docs.python.org/library/functions.html#int
Noteshttps://docs.python.org/library/enum.html#notes
ReprEnumhttps://docs.python.org/library/enum.html#enum.ReprEnum
IntEnumhttps://docs.python.org/library/enum.html#enum.IntEnum
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
str()https://docs.python.org/library/stdtypes.html#str
EnumCheckhttps://docs.python.org/library/enum.html#enum.EnumCheck
verify()https://docs.python.org/library/enum.html#enum.verify
FlagBoundaryhttps://docs.python.org/library/enum.html#enum.FlagBoundary
EnumDicthttps://docs.python.org/library/enum.html#enum.EnumDict
dicthttps://docs.python.org/library/stdtypes.html#dict
EnumTypehttps://docs.python.org/library/enum.html#enum.EnumType
autohttps://docs.python.org/library/enum.html#enum.auto
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
property()https://docs.python.org/library/enum.html#enum.property
Enumhttps://docs.python.org/library/enum.html#enum.Enum
unique()https://docs.python.org/library/enum.html#enum.unique
verify()https://docs.python.org/library/enum.html#enum.verify
member()https://docs.python.org/library/enum.html#enum.member
nonmember()https://docs.python.org/library/enum.html#enum.nonmember
global_enum()https://docs.python.org/library/enum.html#enum.global_enum
str()https://docs.python.org/library/stdtypes.html#str
repr()https://docs.python.org/library/functions.html#repr
show_flag_values()https://docs.python.org/library/enum.html#enum.show_flag_values
https://docs.python.org/library/enum.html#data-types
https://docs.python.org/library/enum.html#enum.EnumType
metaclasshttps://docs.python.org/glossary.html#term-metaclass
Subclassing EnumTypehttps://docs.python.org/howto/enum.html#enumtype-examples
https://docs.python.org/library/enum.html#enum.EnumType.__call__
autohttps://docs.python.org/library/enum.html#enum.auto
Flaghttps://docs.python.org/library/enum.html#enum.Flag
https://docs.python.org/library/enum.html#enum.EnumType.__contains__
https://docs.python.org/library/enum.html#enum.EnumType.__dir__
https://docs.python.org/library/enum.html#enum.EnumType.__getitem__
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/enum.html#enum.EnumType.__iter__
https://docs.python.org/library/enum.html#enum.EnumType.__len__
https://docs.python.org/library/enum.html#enum.EnumType.__members__
https://docs.python.org/library/enum.html#enum.EnumType.__reversed__
https://docs.python.org/library/enum.html#enum.Enum
https://docs.python.org/library/enum.html#enum.Enum.name
https://docs.python.org/library/enum.html#enum.Enum.value
__new__()https://docs.python.org/library/enum.html#enum.Enum.__new__
inthttps://docs.python.org/library/functions.html#int
strhttps://docs.python.org/library/stdtypes.html#str
autohttps://docs.python.org/library/enum.html#enum.auto
autohttps://docs.python.org/library/enum.html#enum.auto
dicthttps://docs.python.org/library/stdtypes.html#dict
listhttps://docs.python.org/library/stdtypes.html#list
dataclasshttps://docs.python.org/library/dataclasses.html#dataclasses.dataclass
https://docs.python.org/library/enum.html#enum.Enum._name_
https://docs.python.org/library/enum.html#enum.Enum._value_
__new__()https://docs.python.org/library/enum.html#enum.Enum.__new__
https://docs.python.org/library/enum.html#enum.Enum._order_
https://docs.python.org/library/enum.html#enum.Enum._ignore_
TimePeriodhttps://docs.python.org/howto/enum.html#enum-time-period
https://docs.python.org/library/enum.html#enum.Enum.__dir__
https://docs.python.org/library/enum.html#enum.Enum._generate_next_value_
autohttps://docs.python.org/library/enum.html#enum.auto
https://docs.python.org/library/enum.html#enum.Enum.__init__
https://docs.python.org/library/enum.html#enum.Enum.__init_subclass__
https://docs.python.org/library/enum.html#enum.Enum._missing_
https://docs.python.org/library/enum.html#enum.Enum.__new__
https://docs.python.org/library/enum.html#enum.Enum.__repr__
https://docs.python.org/library/enum.html#enum.Enum.__str__
https://docs.python.org/library/enum.html#enum.Enum.__format__
__str__()https://docs.python.org/library/enum.html#enum.Enum.__str__
autohttps://docs.python.org/library/enum.html#enum.auto
Enumhttps://docs.python.org/library/enum.html#enum.Enum
Dataclass supporthttps://docs.python.org/howto/enum.html#enum-dataclass-support
https://docs.python.org/library/enum.html#enum.Enum._add_alias_
NameErrorhttps://docs.python.org/library/exceptions.html#NameError
https://docs.python.org/library/enum.html#enum.Enum._add_value_alias_
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
https://docs.python.org/library/enum.html#enum.IntEnum
Enumhttps://docs.python.org/library/enum.html#enum.Enum
autohttps://docs.python.org/library/enum.html#enum.auto
IntEnumhttps://docs.python.org/library/enum.html#enum.IntEnum
__str__()https://docs.python.org/reference/datamodel.html#object.__str__
__format__()https://docs.python.org/reference/datamodel.html#object.__format__
https://docs.python.org/library/enum.html#enum.StrEnum
Enumhttps://docs.python.org/library/enum.html#enum.Enum
strhttps://docs.python.org/library/stdtypes.html#str
strhttps://docs.python.org/library/stdtypes.html#str
autohttps://docs.python.org/library/enum.html#enum.auto
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
__str__()https://docs.python.org/reference/datamodel.html#object.__str__
__format__()https://docs.python.org/reference/datamodel.html#object.__format__
https://docs.python.org/library/enum.html#enum.Flag
Enumhttps://docs.python.org/library/enum.html#enum.Enum
https://docs.python.org/library/enum.html#enum.Flag.__contains__
https://docs.python.org/library/enum.html#enum.Flag.__or__
https://docs.python.org/library/enum.html#enum.Flag.__and__
https://docs.python.org/library/enum.html#enum.Flag.__xor__
https://docs.python.org/library/enum.html#enum.Flag._numeric_repr_
hex()https://docs.python.org/library/functions.html#hex
oct()https://docs.python.org/library/functions.html#oct
autohttps://docs.python.org/library/enum.html#enum.auto
Flaghttps://docs.python.org/library/enum.html#enum.Flag
https://docs.python.org/library/enum.html#enum.IntFlag
Flaghttps://docs.python.org/library/enum.html#enum.Flag
Flaghttps://docs.python.org/library/enum.html#enum.Flag
FlagBoundaryhttps://docs.python.org/library/enum.html#enum.FlagBoundary
repr()https://docs.python.org/library/functions.html#repr
autohttps://docs.python.org/library/enum.html#enum.auto
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
__str__()https://docs.python.org/reference/datamodel.html#object.__str__
__format__()https://docs.python.org/reference/datamodel.html#object.__format__
Flaghttps://docs.python.org/library/enum.html#enum.Flag
https://docs.python.org/library/enum.html#enum.ReprEnum
repr()https://docs.python.org/library/enum.html#enum.Enum.__repr__
Enumhttps://docs.python.org/library/enum.html#enum.Enum
str()https://docs.python.org/library/stdtypes.html#str
IntEnumhttps://docs.python.org/library/enum.html#enum.IntEnum
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
str()https://docs.python.org/library/stdtypes.html#str
format()https://docs.python.org/library/functions.html#format
Enumhttps://docs.python.org/library/enum.html#enum.Enum
str()https://docs.python.org/library/enum.html#enum.Enum.__str__
https://docs.python.org/library/enum.html#enum.EnumCheck
verify()https://docs.python.org/library/enum.html#enum.verify
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
https://docs.python.org/library/enum.html#enum.EnumCheck.UNIQUE
https://docs.python.org/library/enum.html#enum.EnumCheck.CONTINUOUS
https://docs.python.org/library/enum.html#enum.EnumCheck.NAMED_FLAGS
auto()https://docs.python.org/library/enum.html#enum.auto
https://docs.python.org/library/enum.html#enum.FlagBoundary
Flaghttps://docs.python.org/library/enum.html#enum.Flag
https://docs.python.org/library/enum.html#enum.FlagBoundary.STRICT
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
Flaghttps://docs.python.org/library/enum.html#enum.Flag
https://docs.python.org/library/enum.html#enum.FlagBoundary.CONFORM
Flaghttps://docs.python.org/library/enum.html#enum.Flag
https://docs.python.org/library/enum.html#enum.FlagBoundary.EJECT
Flaghttps://docs.python.org/library/enum.html#enum.Flag
inthttps://docs.python.org/library/functions.html#int
https://docs.python.org/library/enum.html#enum.FlagBoundary.KEEP
Flaghttps://docs.python.org/library/enum.html#enum.Flag
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
https://docs.python.org/library/enum.html#enum.EnumDict
dicthttps://docs.python.org/library/stdtypes.html#dict
Preparing the class namespacehttps://docs.python.org/reference/datamodel.html#prepare
EnumTypehttps://docs.python.org/library/enum.html#enum.EnumType
MutableMappinghttps://docs.python.org/library/collections.abc.html#collections.abc.MutableMapping
__setitem__()https://docs.python.org/reference/datamodel.html#object.__setitem__
update()https://docs.python.org/library/stdtypes.html#dict.update
|=https://docs.python.org/reference/datamodel.html#object.__ior__
https://docs.python.org/library/enum.html#enum.EnumDict.member_names
https://docs.python.org/library/enum.html#supported-dunder-names
__members__https://docs.python.org/library/enum.html#enum.EnumType.__members__
__new__()https://docs.python.org/library/enum.html#enum.Enum.__new__
https://docs.python.org/library/enum.html#supported-sunder-names
_name_https://docs.python.org/library/enum.html#enum.Enum._name_
_value_https://docs.python.org/library/enum.html#enum.Enum._value_
_missing_()https://docs.python.org/library/enum.html#enum.Enum._missing_
_ignore_https://docs.python.org/library/enum.html#enum.Enum._ignore_
listhttps://docs.python.org/library/stdtypes.html#list
strhttps://docs.python.org/library/stdtypes.html#str
_order_https://docs.python.org/library/enum.html#enum.Enum._order_
_generate_next_value_()https://docs.python.org/library/enum.html#enum.Enum._generate_next_value_
Enumhttps://docs.python.org/library/enum.html#enum.Enum
Flaghttps://docs.python.org/library/enum.html#enum.Flag
_add_alias_()https://docs.python.org/library/enum.html#enum.Enum._add_alias_
_add_value_alias_()https://docs.python.org/library/enum.html#enum.Enum._add_value_alias_
Enumhttps://docs.python.org/library/enum.html#enum.Enum
IPython’s rich displayhttps://ipython.readthedocs.io/en/stable/config/integrating.html#rich-display
https://docs.python.org/library/enum.html#utilities-and-decorators
https://docs.python.org/library/enum.html#enum.auto
Enumhttps://docs.python.org/library/enum.html#enum.Enum
_generate_next_value_()https://docs.python.org/library/enum.html#enum.Enum._generate_next_value_
Enumhttps://docs.python.org/library/enum.html#enum.Enum
IntEnumhttps://docs.python.org/library/enum.html#enum.IntEnum
Flaghttps://docs.python.org/library/enum.html#enum.Flag
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
https://docs.python.org/library/enum.html#enum.property
https://docs.python.org/library/enum.html#enum.unique
classhttps://docs.python.org/reference/compound_stmts.html#class
__members__https://docs.python.org/library/enum.html#enum.EnumType.__members__
ValueErrorhttps://docs.python.org/library/exceptions.html#ValueError
https://docs.python.org/library/enum.html#enum.verify
classhttps://docs.python.org/reference/compound_stmts.html#class
EnumCheckhttps://docs.python.org/library/enum.html#enum.EnumCheck
https://docs.python.org/library/enum.html#enum.member
https://docs.python.org/library/enum.html#enum.nonmember
https://docs.python.org/library/enum.html#enum.global_enum
str()https://docs.python.org/library/stdtypes.html#str
repr()https://docs.python.org/library/functions.html#repr
re.RegexFlaghttps://docs.python.org/library/re.html#re.RegexFlag
https://docs.python.org/library/enum.html#enum.show_flag_values
https://docs.python.org/library/enum.html#notes
IntEnumhttps://docs.python.org/library/enum.html#enum.IntEnum
StrEnumhttps://docs.python.org/library/enum.html#enum.StrEnum
IntFlaghttps://docs.python.org/library/enum.html#enum.IntFlag
str()https://docs.python.org/library/stdtypes.html#str
Table of Contentshttps://docs.python.org/contents.html
enum — Support for enumerationshttps://docs.python.org/library/enum.html
Module Contentshttps://docs.python.org/library/enum.html#module-contents
Data Typeshttps://docs.python.org/library/enum.html#data-types
Supported __dunder__ nameshttps://docs.python.org/library/enum.html#supported-dunder-names
Supported _sunder_ nameshttps://docs.python.org/library/enum.html#supported-sunder-names
Utilities and Decoratorshttps://docs.python.org/library/enum.html#utilities-and-decorators
Noteshttps://docs.python.org/library/enum.html#notes
reprlib — Alternate repr() implementationhttps://docs.python.org/library/reprlib.html
graphlib — Functionality to operate with graph-like structureshttps://docs.python.org/library/graphlib.html
Report a bughttps://docs.python.org/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/enum.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/graphlib.html
previoushttps://docs.python.org/library/reprlib.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Data Typeshttps://docs.python.org/library/datatypes.html
enum — Support for enumerationshttps://docs.python.org/library/enum.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.