attrs
22.2
Overview
Why not…
attrs
by Example
Type Annotations
Initialization
Comparison
Hashing
API Reference
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.cmp_using() (in module attr)
attr.evolve() (in module attr)
attr.fields() (in module attr)
attr.fields_dict() (in module attr)
attr.filters.exclude() (in module attr)
attr.filters.include() (in module attr)
attr.has() (in module attr)
attr.NOTHING (in module attr)
attr.resolve_types() (in module attr)
attr.validate() (in module attr)
Attribute (class in attrs)
attrs.frozen() (in module attr)
attrs.mutable() (in module attr)
attrs.setters.NO_OP (in module attr)
AttrsAttributeNotFoundError
C
cmp_using() (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 attrs)
exclude() (in module attrs.filters)
F
Factory (class in attrs)
field() (in module attr)
(in module attrs)
fields() (in module attrs)
fields_dict() (in module attrs)
frozen() (in module attr)
(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 attrs)
I
ib() (in module attr)
in_() (in module attrs.validators)
include() (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 attrs)
matches_re() (in module attrs.validators)
max_len() (in module attrs.validators)
min_len() (in module attrs.validators)
mutable() (in module attr)
N
not_() (in module attrs.validators)
NotAnAttrsClassError
NotCallableError
NOTHING (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]
PythonTooOldError
R
resolve_types() (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 attrs)
(in module attrs.setters)
VersionInfo (class in attr)