Python3.x enum
Python 3 系 のenumに関する言語リファレンス情報をまとめたカテゴリです。
VerifyModeクラス
IntEnumクラス
method
__abs__
__add__
__and__
__bool__
__ceil__
__contains__
__delattr__
__dir__
__divmod__
__eq__
__float__
__floor__
__floordiv__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__index__
__init__
__init_subclass__
__int__
__invert__
__iter__
__le__
__len__
__lshift__
__lt__
__mod__
__mul__
__ne__
__neg__
__new__
__or__
__pos__
__pow__
__radd__
__rand__
__rdivmod__
__reduce__
__reduce_ex__
__repr__
__rfloordiv__
__rlshift__
__rmod__
__rmul__
__ror__
__round__
__rpow__
__rrshift__
__rshift__
__rsub__
__rtruediv__
__rxor__
__setattr__
__sizeof__
__str__
__sub__
__subclasshook__
__truediv__
__trunc__
__xor__
as_integer_ratio
bit_count
bit_length
conjugate
from_bytes
is_integer
to_bytes
_Precedenceクラス
constant の一覧
function の一覧
_dataclass_repr
_dedent
_high_bit
_is_descriptor
_is_dunder
_is_internal_class
_is_private
_is_single_bit
_is_sunder
_iter_bits_lsb
_make_class_unpicklable
_old_convert_
_reduce_ex_by_global_name
_simple_enum
_test_simple_enum
bin
global_enum
global_enum_repr
global_flag_repr
global_str
pickle_by_enum_name
pickle_by_global_name
show_flag_values
unique
autoクラス
Dayクラス
function
Monthクラス
function
Enumクラス
constant
EnumCheckクラス
constant
method
__add__
__contains__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__iter__
__le__
__len__
__lt__
__mod__
__mul__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__rmod__
__rmul__
__setattr__
__sizeof__
__str__
__subclasshook__
capitalize
casefold
center
count
encode
endswith
expandtabs
find
format
format_map
index
isalnum
isalpha
isascii
isdecimal
isdigit
isidentifier
islower
isnumeric
isprintable
isspace
istitle
isupper
join
ljust
lower
lstrip
maketrans
partition
removeprefix
removesuffix
replace
rfind
rindex
rjust
rpartition
rsplit
rstrip
split
splitlines
startswith
strip
swapcase
title
translate
upper
zfill
EnumMetaクラス
property
method
__bool__
__call__
__contains__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__iter__
__le__
__len__
__lt__
__ne__
__new__
__or__
__prepare__
__reduce__
__reduce_ex__
__repr__
__reversed__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasses__
__subclasshook__
_check_for_existing_members_
_convert_
_create_
_find_data_repr_
_find_data_type_
_find_new_
_get_mixins_
mro
EnumTypeクラス
property
method
__bool__
__call__
__contains__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__iter__
__le__
__len__
__lt__
__ne__
__new__
__or__
__prepare__
__reduce__
__reduce_ex__
__repr__
__reversed__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasses__
__subclasshook__
_check_for_existing_members_
_convert_
_create_
_find_data_repr_
_find_data_type_
_find_new_
_get_mixins_
mro
Flagクラス
constant
FlagBoundaryクラス
constant
method
__add__
__contains__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__iter__
__le__
__len__
__lt__
__mod__
__mul__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__rmod__
__rmul__
__setattr__
__sizeof__
__str__
__subclasshook__
capitalize
casefold
center
count
encode
endswith
expandtabs
find
format
format_map
index
isalnum
isalpha
isascii
isdecimal
isdigit
isidentifier
islower
isnumeric
isprintable
isspace
istitle
isupper
join
ljust
lower
lstrip
maketrans
partition
removeprefix
removesuffix
replace
rfind
rindex
rjust
rpartition
rsplit
rstrip
split
splitlines
startswith
strip
swapcase
title
translate
upper
zfill
IntFlagクラス
constant
method
__abs__
__add__
__and__
__bool__
__ceil__
__contains__
__delattr__
__dir__
__divmod__
__eq__
__float__
__floor__
__floordiv__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__index__
__init__
__init_subclass__
__int__
__invert__
__iter__
__le__
__len__
__lshift__
__lt__
__mod__
__mul__
__ne__
__neg__
__new__
__or__
__pos__
__pow__
__radd__
__rand__
__rdivmod__
__reduce__
__reduce_ex__
__repr__
__rfloordiv__
__rlshift__
__rmod__
__rmul__
__ror__
__round__
__rpow__
__rrshift__
__rshift__
__rsub__
__rtruediv__
__rxor__
__setattr__
__sizeof__
__str__
__sub__
__subclasshook__
__truediv__
__trunc__
__xor__
as_integer_ratio
bit_count
bit_length
conjugate
from_bytes
is_integer
to_bytes
ReprEnumクラス
StrEnumクラス
method
__add__
__contains__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__iter__
__le__
__len__
__lt__
__mod__
__mul__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__rmod__
__rmul__
__setattr__
__sizeof__
__str__
__subclasshook__
capitalize
casefold
center
count
encode
endswith
expandtabs
find
format
format_map
index
isalnum
isalpha
isascii
isdecimal
isdigit
isidentifier
islower
isnumeric
isprintable
isspace
istitle
isupper
join
ljust
lower
lstrip
maketrans
partition
removeprefix
removesuffix
replace
rfind
rindex
rjust
rpartition
rsplit
rstrip
split
splitlines
startswith
strip
swapcase
title
translate
upper
zfill
_EnumDictクラス
method
__class_getitem__
__contains__
__delattr__
__delitem__
__dir__
__eq__
__format__
__ge__
__getattribute__
__getitem__
__getstate__
__gt__
__init__
__init_subclass__
__ior__
__iter__
__le__
__len__
__lt__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__reversed__
__ror__
__setattr__
__setitem__
__sizeof__
__str__
__subclasshook__
clear
copy
fromkeys
get
items
keys
pop
popitem
setdefault
update
values
_proto_memberクラス
memberクラス
nonmemberクラス
propertyクラス
constant
verifyクラス
HTTPMethodクラス
HTTPStatusクラス
BufferFlagsクラス
_ParameterKindクラス
PlistFormatクラス
SortKeyクラス
PycInvalidationModeクラス
RegexFlagクラス
function
_IntEnumクラス
method
__abs__
__add__
__and__
__bool__
__ceil__
__contains__
__delattr__
__dir__
__divmod__
__eq__
__float__
__floor__
__floordiv__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__index__
__init__
__init_subclass__
__int__
__invert__
__iter__
__le__
__len__
__lshift__
__lt__
__mod__
__mul__
__ne__
__neg__
__new__
__or__
__pos__
__pow__
__radd__
__rand__
__rdivmod__
__reduce__
__reduce_ex__
__repr__
__rfloordiv__
__rlshift__
__rmod__
__rmul__
__ror__
__round__
__rpow__
__rrshift__
__rshift__
__rsub__
__rtruediv__
__rxor__
__setattr__
__sizeof__
__str__
__sub__
__subclasshook__
__truediv__
__trunc__
__xor__
as_integer_ratio
bit_count
bit_length
conjugate
from_bytes
is_integer
to_bytes
AddressFamilyクラス
AddressInfoクラス
MsgFlagクラス
SocketKindクラス
AlertDescriptionクラス
Optionsクラス
Purposeクラス
SSLErrorNumberクラス
TLSVersionクラス
VerifyFlagsクラス
_Enumクラス
constant
_IntFlagクラス
constant
method
__abs__
__add__
__and__
__bool__
__ceil__
__contains__
__delattr__
__dir__
__divmod__
__eq__
__float__
__floor__
__floordiv__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getstate__
__gt__
__hash__
__index__
__init__
__init_subclass__
__int__
__invert__
__iter__
__le__
__len__
__lshift__
__lt__
__mod__
__mul__
__ne__
__neg__
__new__
__or__
__pos__
__pow__
__radd__
__rand__
__rdivmod__
__reduce__
__reduce_ex__
__repr__
__rfloordiv__
__rlshift__
__rmod__
__rmul__
__ror__
__round__
__rpow__
__rrshift__
__rshift__
__rsub__
__rtruediv__
__rxor__
__setattr__
__sizeof__
__str__
__sub__
__subclasshook__
__truediv__
__trunc__
__xor__
as_integer_ratio
bit_count
bit_length
conjugate
from_bytes
is_integer
to_bytes