Using __slots__?

terry73

New member
What is the purpose of __slots__ in Python, specifically in terms of when I should use it and when I shouldn't?
Could someone possibly explain in more detail? I read from Scaler to understand that abstract classes serve as a template for other classes with comparable characteristics. I can construct a structure using this, but I don't have to supply the entire implementation for every method.
 
Last edited: