Part of elisa.core.utils.singleton View In Hierarchy
Every class inheriting from Singleton will have one and only one instance of its kind at any time.
NOTE: uses __new__ which has been introduced in Python 2.2
Line # | Kind | Name | Docs |
---|---|---|---|
34 | Method | __new__ | Undocumented |