add slots=True to the dataclass replacing named tuples.
Open
- Dominant language
- Python
- Stars
- 714
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
To better mimick the behaviour of `NamedTuple`, the replacing dataclass should have `slots=True` so that the underlying class stores the attribute as a tuple.
Contributor guide
Assessment
This issue has not been assessed yet.