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

Method kill

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

Source from the content-addressed store, hash-verified

25 return self.proc.returncode is None
26
27 def kill(self):
28 if self.is_running():
29 self.proc.kill()
30 if self.logfile is not None:
31 self.logfile.close()
32
33 def wait(self):
34 self.proc.wait()

Callers 3

mainFunction · 0.80
mainFunction · 0.80
kill_allFunction · 0.80

Calls 1

is_runningMethod · 0.95

Tested by

no test coverage detected