pythonwrench.typing package¶
Submodules¶
- pythonwrench.typing.checks module
- pythonwrench.typing.checks.check_args_types
- pythonwrench.typing.checks.is_builtin_collection
- pythonwrench.typing.checks.is_builtin_number
- pythonwrench.typing.checks.is_builtin_obj
- pythonwrench.typing.checks.is_builtin_scalar
- pythonwrench.typing.checks.is_collection_alias
- pythonwrench.typing.checks.is_dataclass_instance
- pythonwrench.typing.checks.is_iterable_bool
- pythonwrench.typing.checks.is_iterable_bytes_or_list
- pythonwrench.typing.checks.is_iterable_float
- pythonwrench.typing.checks.is_iterable_int
- pythonwrench.typing.checks.is_iterable_integral
- pythonwrench.typing.checks.is_iterable_str
- pythonwrench.typing.checks.is_namedtuple_instance
- pythonwrench.typing.checks.is_parameterized
- pythonwrench.typing.checks.is_sequence_str
- pythonwrench.typing.checks.is_special_form
- pythonwrench.typing.checks.is_typed_dict
- pythonwrench.typing.checks.isinstance_generic
- pythonwrench.typing.classes module
- pythonwrench.typing.classes.DataclassInstance
- pythonwrench.typing.classes.NamedTupleInstance
- pythonwrench.typing.classes.SupportsAdd
- pythonwrench.typing.classes.SupportsAnd
- pythonwrench.typing.classes.SupportsBool
- pythonwrench.typing.classes.SupportsDiv
- pythonwrench.typing.classes.SupportsGetitem
- pythonwrench.typing.classes.SupportsGetitem2
- pythonwrench.typing.classes.SupportsGetitemIterLen
- pythonwrench.typing.classes.SupportsGetitemIterLen2
- pythonwrench.typing.classes.SupportsGetitemLen
- pythonwrench.typing.classes.SupportsGetitemLen2
- pythonwrench.typing.classes.SupportsIterLen
- pythonwrench.typing.classes.SupportsLen
- pythonwrench.typing.classes.SupportsMatmul
- pythonwrench.typing.classes.SupportsMul
- pythonwrench.typing.classes.SupportsOr