Python Developer — Medium
Key points
- __slots__ restricts instance attributes, reducing memory usage.
- It eliminates the per-instance __dict__.
- Helps in defining a fixed set of attributes for instances.
Ready to go further?
Related questions
Python Developer — Medium
Key points
Ready to go further?
Related questions