Usage of __slots__?
What is the purpose of __slots__
in Python — especially with respect to when I would want to use it, and when not?
What is the purpose of __slots__
in Python — especially with respect to when I would want to use it, and when not?