Searched refs:Hccl (Results 1 – 3 of 3) sorted by relevance
20 class Hccl(): class32 if not hasattr(Hccl, "_instance") or Hccl._instance is None:33 with Hccl._instance_lock:34 if not hasattr(Hccl,35 "_instance") or Hccl._instance is None:36 Hccl._instance = object.__new__(cls)37 Hccl._instance.__init__()38 return Hccl._instance59 hccl = Hccl()64 hccl = Hccl()
15 from hccl_test.manage.api import Hccl22 hccl = Hccl()
25 from hccl_test.manage.api import Hccl41 hccl = Hccl()120 hccl = Hccl()