-
-
Notifications
You must be signed in to change notification settings - Fork 424
copy.replace support #1313
Copy link
Copy link
Closed
Labels
Description
Python 3.13 introduced the __replace__ dunder, exposed via copy.replace, as a generalised method through which to replace fields in immutable dataclass-likes. Would you be interested in supporting it in addition to attrs' own evolve?
Reactions are currently unavailable