You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard: Do not create duplicate slots for behaviors tracking.
Standard: Ensure that behaviors tracking attribute is not part of comparisons,
hashes, or repr calculations for dataclasses. Attributes with "private"
names which resemble the CPython scheme for class-local (non-inheritable)
attributes can create confusion for the internal machinery of dataclasses.