Statistics
| Branch: | Tag: | Revision:

root / snf-common / synnefo / lib / singleton / __init__.py @ d509e6da

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
74d988b0 02/01/2013 04:00 pm Christos Stavrakakis

pep8 fixes to snf-common

19092a69 07/24/2012 06:47 pm Vangelis Koukis

Implement Singleton pattern

Implement Singleton pattern inside synnefo.lib.singleton.

Whenever a class inherits from ArgBasedSingleton,
attempts to call the class do not always create a new
class instance, but return pre-existing, already made objects.
...