MCPcopy Create free account
hub / github.com/OpenAtomFoundation/pikiwidb / wait

Method wait

codis/example/utils.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self.logfile.close()
32
33 def wait(self):
34 self.proc.wait()
35
36 def get_pid(self):
37 return self.proc.pid

Callers 15

LoadMethod · 0.80
ThreadMainMethod · 0.80
LoadCmdMethod · 0.80
ThreadMainMethod · 0.80
SendRedisCommandMethod · 0.80
ThreadMainMethod · 0.80
SendRedisCommandMethod · 0.80
ThreadMainMethod · 0.80
WaitMethod · 0.80
WaitForMethod · 0.80
RunBGTaskMethod · 0.80
ScheduleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected