MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / write_lock

Method write_lock

class/db.py:638–642  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

636 # time.sleep(0.01)
637 #写锁
638 def write_lock(self):
639 return
640 # self.is_lock()
641 # with open(self.__LOCK,'wb+') as f:
642 # f.close()
643
644
645

Callers 8

addMethod · 0.95
addAllMethod · 0.95
saveMethod · 0.95
deleteMethod · 0.95
executeMethod · 0.95
executemanyMethod · 0.95
createMethod · 0.95
fofileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected