Home
last modified time | relevance | path

Searched refs:Singleton (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/aidegen/lib/
Dsingleton.py19 class Singleton(type): class
38 cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwds)
Dsingleton_unittest.py21 from aidegen.lib.singleton import Singleton
29 class SingletonClass(metaclass=Singleton):
Dmodule_info.py25 from aidegen.lib.singleton import Singleton
31 class AidegenModuleInfo(module_info.ModuleInfo, metaclass=Singleton):