Exemplo n.º 1
0
 def new_instance(self):
     inst = MVCCMappingStorage.new_instance(self)
     inst._commit_lock = threading.Lock()
     return inst
Exemplo n.º 2
0
 def new_instance(self):
     inst = MVCCMappingStorage.new_instance(self)
     inst._commit_lock = threading.Lock()
     return inst