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 fa0cf56 commit 1e99c0dCopy full SHA for 1e99c0d
src/attr/_make.py
@@ -123,18 +123,18 @@ class ClassProps(NamedTuple):
123
124
is_exception: bool
125
is_slotted: bool
126
+ has_weakref_slot: bool
127
is_frozen: bool
128
is_kw_only: bool
129
force_kw_only: bool
130
+ collect_by_mro: bool
131
init: bool
132
repr: bool
133
eq: bool
134
order: bool
135
hash: _Hashability
- match_args: bool
- has_weakref_slot: bool
136
- collect_by_mro: bool
137
cache_hash: bool
+ match_args: bool
138
str: bool
139
getstate_setstate: bool
140
has_custom_setattr: bool
0 commit comments