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