attrs
23.1
Overview
Why not…
attrs
by Example
Type Annotations
Initialization
Comparison
Hashing
API Reference
API Reference for the
attr
Namespace
Extending
How Does It Work?
On The Core API Names
Glossary
License and Credits
Changelog
attrs
Index
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
A
and_() (in module attrs.validators)
asdict() (in module attr)
(in module attrs)
assoc() (in module attr)
astuple() (in module attr)
(in module attrs)
attr
module
attr.converters
module
attr.exceptions
module
attr.filters
module
attr.setters
module
attr.validators
module
Attribute (class in attr)
(class in attrs)
attrs
module
attrs.converters
module
attrs.exceptions
module
attrs.filters
module
attrs.setters
module
attrs.validators
module
AttrsAttributeNotFoundError
C
cmp_using() (in module attr)
(in module attrs)
convert() (in module attrs.setters)
D
deep_iterable() (in module attrs.validators)
deep_mapping() (in module attrs.validators)
default_if_none() (in module attrs.converters)
DefaultAlreadySetError
define() (in module attr)
(in module attrs)
dict classes
disabled() (in module attrs.validators)
dunder methods
E
evolve() (attrs.Attribute method)
(in module attr)
(in module attrs)
exclude() (in module attr.filters)
(in module attrs.filters)
F
Factory (class in attrs)
field() (in module attr)
(in module attrs)
fields() (in module attr)
(in module attrs)
fields_dict() (in module attr)
(in module attrs)
frozen() (in module attr)
(in module attrs)
(in module attrs.setters)
FrozenAttributeError
FrozenError
FrozenInstanceError
G
ge() (in module attrs.validators)
get_disabled() (in module attrs.validators)
get_run_validators() (in module attr)
gt() (in module attrs.validators)
H
has() (in module attr)
(in module attrs)
I
ib() (in module attr)
in_() (in module attrs.validators)
include() (in module attr.filters)
(in module attrs.filters)
instance_of() (in module attrs.validators)
is_callable() (in module attrs.validators)
L
le() (in module attrs.validators)
lt() (in module attrs.validators)
M
make_class() (in module attr)
(in module attrs)
matches_re() (in module attrs.validators)
max_len() (in module attrs.validators)
min_len() (in module attrs.validators)
module
attr
attr.converters
attr.exceptions
attr.filters
attr.setters
attr.validators
attrs
attrs.converters
attrs.exceptions
attrs.filters
attrs.setters
attrs.validators
mutable() (in module attr)
(in module attrs)
N
NO_OP (in module attrs.setters)
not_() (in module attrs.validators)
NotAnAttrsClassError
NotCallableError
NOTHING (in module attr)
(in module attrs)
O
optional() (in module attrs.converters)
(in module attrs.validators)
P
pipe() (in module attrs.converters)
(in module attrs.setters)
provides() (in module attrs.validators)
Python Enhancement Proposals
PEP 526
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
PEP 557
,
[1]
PEP 563
PEP 634
PEP 681
,
[1]
,
[2]
,
[3]
PEP 689
PythonTooOldError
R
resolve_types() (in module attr)
(in module attrs)
S
s() (in module attr)
set_disabled() (in module attrs.validators)
set_run_validators() (in module attr)
slotted classes
T
to_bool() (in module attrs.converters)
U
UnannotatedAttributeError
V
validate() (in module attr)
(in module attrs)
(in module attrs.setters)
VersionInfo (class in attr)