Python3.x typing
Python 3 系 のtypingに関する言語リファレンス情報をまとめたカテゴリです。
Annotatedクラス
Anyクラス
constant の一覧
__all__
__builtins__
__cached__
__doc__
__file__
__loader__
__name__
__package__
__spec__
_allowed_types
_ASSERT_NEVER_REPR_MAX_LENGTH
_caches
_cleanups
_Func
_overload_registry
_prohibited
_PROTO_ALLOWLIST
_special
_SPECIAL_NAMES
_TYPING_INTERNALS
AbstractSet
AnyStr
AsyncContextManager
AsyncGenerator
AsyncIterable
AsyncIterator
Awaitable
ByteString
Callable
ChainMap
ClassVar
Collection
Concatenate
Container
ContextManager
Coroutine
Counter
CT_co
DefaultDict
Deque
Dict
EXCLUDED_ATTRIBUTES
Final
FrozenSet
Generator
Hashable
ItemsView
Iterable
Iterator
KeysView
KT
List
Literal
LiteralString
Mapping
MappingView
Match
MutableMapping
MutableSequence
MutableSet
Never
NoReturn
NotRequired
Optional
OrderedDict
Pattern
Required
Reversible
Self
Sequence
Set
Sized
T
T_co
T_contra
Tuple
Type
TYPE_CHECKING
TypeAlias
TypeGuard
Union
Unpack
V_co
ValuesView
VT
VT_co
function の一覧
_allow_reckless_class_checks
_caller
_check_generic
_collect_parameters
_compare_args_orderless
_deduplicate
_deduplicate_unhashable
_eval_type
_flatten_literal_params
_generic_class_getitem
_generic_init_subclass
_get_protocol_attrs
_is_dunder
_is_param_expr
_is_typevar_like
_is_unpacked_typevartuple
_make_nmtuple
_make_union
_namedtuple_mro_entries
_no_init_or_replace_init
_overload_dummy
_paramspec_prepare_subst
_paramspec_subst
_remove_dups_flatten
_should_unflatten_callable_args
_strip_annotations
_tp_cache
_type_check
_type_convert
_type_repr
_typevar_subst
_typevartuple_prepare_subst
_unpack_args
_value_and_type_iter
assert_never
assert_type
cast
clear_overloads
dataclass_transform
final
get_args
get_origin
get_overloads
get_type_hints
is_typeddict
NamedTuple
no_type_check
no_type_check_decorator
overload
override
reveal_type
runtime_checkable
TypedDict
BinaryIOクラス
method
__class_getitem__
__delattr__
__dir__
__enter__
__eq__
__exit__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
close
fileno
flush
isatty
read
readable
readline
readlines
seek
seekable
tell
truncate
writable
write
writelines
ForwardRefクラス
Genericクラス
IOクラス
method
__class_getitem__
__delattr__
__dir__
__enter__
__eq__
__exit__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
close
fileno
flush
isatty
read
readable
readline
readlines
seek
seekable
tell
truncate
writable
write
writelines
NamedTupleMetaクラス
NewTypeクラス
ParamSpecクラス
ParamSpecArgsクラス
ParamSpecKwargsクラス
Protocolクラス
SupportsAbsクラス
function
SupportsBytesクラス
function
SupportsComplexクラス
function
SupportsFloatクラス
function
SupportsIndexクラス
function
SupportsIntクラス
function
SupportsRoundクラス
function
TextIOクラス
method
__class_getitem__
__delattr__
__dir__
__enter__
__eq__
__exit__
__format__
__ge__
__getattribute__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
close
fileno
flush
isatty
read
readable
readline
readlines
seek
seekable
tell
truncate
writable
write
writelines
TypeAliasTypeクラス
TypeVarクラス
TypeVarTupleクラス
_AnnotatedAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
_AnyMetaクラス
_BaseGenericAliasクラス
_CallableGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
_CallableTypeクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getitem_inner__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
copy_with
_ConcatenateGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__iter__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
_DeprecatedGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
copy_with
_DeprecatedTypeクラス
_Finalクラス
_GenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__iter__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
_IdentityCallableクラス
constant
function
_LiteralGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__iter__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
_LiteralSpecialFormクラス
method
_NamedTupleクラス
_NotIterableクラス
_PickleUsingNameMixinクラス
_ProtocolMetaクラス
_SpecialFormクラス
method
_SpecialGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
copy_with
_TupleTypeクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
copy_with
_TypedDictクラス
_TypedDictMetaクラス
_TypingEllipsisクラス
_UnionGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
ioクラス
_UnpackGenericAliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__iter__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
_determine_new_args
_make_substitution
copy_with
_aliasクラス
method
__call__
__delattr__
__dir__
__eq__
__format__
__ge__
__getattr__
__getattribute__
__getitem__
__getstate__
__gt__
__hash__
__init__
__init_subclass__
__instancecheck__
__le__
__lt__
__mro_entries__
__ne__
__new__
__or__
__reduce__
__reduce_ex__
__repr__
__ror__
__setattr__
__sizeof__
__str__
__subclasscheck__
__subclasshook__
copy_with