Searched refs:Singleton (Results 1 – 3 of 3) sorted by relevance
19 class Singleton(type): class38 cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwds)
21 from aidegen.lib.singleton import Singleton29 class SingletonClass(metaclass=Singleton):
25 from aidegen.lib.singleton import Singleton31 class AidegenModuleInfo(module_info.ModuleInfo, metaclass=Singleton):