Home
last modified time | relevance | path

Searched refs:_instances (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/hb/helper/
H A Dsingleton.py19 _instances = {} variable in Singleton
22 if cls not in cls._instances:
23 cls._instances[cls] = super(Singleton,
25 return cls._instances[cls]
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_settings.py19 _instances = {}
22 if clazz not in _instances:
23 _instances[clazz] = clazz()
24 return _instances.get(clazz)