Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
main
Function · 0.80
kill_all
Function · 0.80
Calls
1
is_running
Method · 0.95
Tested by
no test coverage detected