testframework.utils.singleton module

Singleton Base class

class testframework.utils.singleton.Singleton

Bases: type

Singleton metaclass implementation to prevent multiple instantiation of a class