Singleton
src.utils.properties.Singleton
Bases: type
Maintains a single instance of any child class.
Source code in src\utils\properties.py
163 164 165 166 167 168 169 170 |
|
src.utils.properties.Singleton
Bases: type
Maintains a single instance of any child class.
src\utils\properties.py
163 164 165 166 167 168 169 170 |
|