Andrew Rufkahr

Results 1 issues of Andrew Rufkahr

I want to use slots in CPython using dataclassy, but I also want to be able to hide initializers for certain variables from the user. For example: ```python @dataclass(slots=True) class...

enhancement