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
Starting in Python 3.13, a dunder __replace__ is added onto all dataclasses instances that effectively replicates the previous module level dataclasses.replace. See here for the relevant cpython PR.
The same goes for named tuples, but I'm not sure how much of that's special-cased by type-checkers versus is just in type-checkers.