Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (2.5 kB)

# Date Author Comment
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.
...