32 __lockObj = thread.allocate_lock()
44 self.__lockObj.acquire()
47 self.
__instance = object.__new__(self, *args, **kargs)
50 self.__lockObj.release()
54 instance = classmethod(instance)
def __new__(self, args, kargs)
def __init__(self, args, kargs)