Introduction
Styling
Worksheets
Workbooks
Charts
Images
Pandas
Performance
Developers
DummyCode
deprecated()
Release Notes
Bases: type
type
Caching metaclass Child classes will only create new instances of themselves if one doesn’t already exist. Does not work with __slots__
Singleton metaclass Based on Python Cookbook 3rd Edition Recipe 9.13 Only one instance of a class can exist. Does not work with __slots__