python-attrs / attrs

Python Classes Without Boilerplate

Home Page:https://www.attrs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`copy.replace` support

layday opened this issue · comments

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?

Yeah, that sounds super cool!