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
This is the issue to discuss the defaults and behavior of attr.define(), attr.mutable(), and attr.frozen() before they are finalized inside the new attrs namespace.
Feedback that we find justified will be spun out into separate issues.
This is the issue to discuss the defaults and behavior of
attr.define(),attr.mutable(), andattr.frozen()before they are finalized inside the newattrsnamespace.Feedback that we find justified will be spun out into separate issues.
Known issues:
__eq__and__ne__aren't correctly auto-detected (fixed) @attr.define fails to auto-detect __eq__ #670defineis called with arguments/parantheses (fixed) Hybrid behavior doesn't work when maybe_cls=None and no annotations #673on_setattrto None (fixed). Feedback to next generation APIs #668 (comment))