- Mastering Objectoriented Python
- Steven F. Lott
- 19字
- 2021-11-12 16:25:12
Tip
Don't abuse __slots__
The __slots__
feature is intended primarily to save memory by limiting the number of attributes.
Don't abuse __slots__
The __slots__
feature is intended primarily to save memory by limiting the number of attributes.