示例#1
0
 def new_instance(self):
     inst = MVCCMappingStorage.new_instance(self)
     inst._commit_lock = threading.Lock()
     return inst
示例#2
0
 def new_instance(self):
     inst = MVCCMappingStorage.new_instance(self)
     inst._commit_lock = threading.Lock()
     return inst