#Dataclass
1 posts
4 min read
Modern Python Intermediate #1: dataclass and __slots__
Every option of @dataclass for short, safe data classes — frozen, kw_only, field() — and __slots__ for memory savings.
1 posts
Every option of @dataclass for short, safe data classes — frozen, kw_only, field() — and __slots__ for memory savings.