Statistics
| Branch: | Tag: | Revision:

root / snf-common / synnefo / lib / singleton @ 1ec05716

Name Size
__init__.py 2.5 kB
tests.py 6 kB

Latest revisions

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

pep8 fixes to snf-common

749b8b8e 08/03/2012 06:21 pm Vangelis Koukis

Make minor fixes to Singleton class unit tests

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.
...

View revisions

Also available in: Atom