Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle dataclasses with Python 3.13 default repr
The reprlib module is used for the default __repr__ method in dataclasses starting in Python 3.13. Allow this module to also be an indication that a dataclass has the default __repr__. closes #3368
- Loading branch information