Consider a helper for defining __eq__ in terms of __diff__
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Given that we intend for diffs to be lazily rendered, it seems likely that many __eq__s can be defined in terms of calculating a diff (and returning `True` if it is `None`).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.