ServerPortfolio
2.0
Python parsers and server
|
Define a metaclass Singleton object. More...
Public Member Functions | |
def | __call__ |
Executed at the object creation, created only once. More... | |
Static Private Attributes | |
dictionary | _instances = {} |
Define a metaclass Singleton object.
Definition at line 40 of file DictionaryStocks.py.
def serverportfolio.DictionaryStocks.Singleton.__call__ | ( | cls, | |
args, | |||
kwargs | |||
) |
Executed at the object creation, created only once.
Then return the saved instance.
Definition at line 44 of file DictionaryStocks.py.
|
staticprivate |
Definition at line 41 of file DictionaryStocks.py.