We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f501c commit 627e5a3Copy full SHA for 627e5a3
src/attr/_make.py
@@ -124,18 +124,18 @@ class ClassProps(NamedTuple):
124
125
is_exception: bool
126
is_slotted: bool
127
+ has_weakref_slot: bool
128
is_frozen: bool
129
is_kw_only: bool
130
force_kw_only: bool
131
+ collect_by_mro: bool
132
init: bool
133
repr: bool
134
eq: bool
135
order: bool
136
hash: _Hashability
- match_args: bool
- has_weakref_slot: bool
137
- collect_by_mro: bool
138
cache_hash: bool
+ match_args: bool
139
str: bool
140
getstate_setstate: bool
141
has_custom_setattr: bool
0 commit comments