Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pex-tool/pex
/ kill
Method
kill
testing/devpi.py:110–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
return
self.create_time == self._get_process_creation_time(self.pid)
109
110
def
kill(self):
111
# type: () -> None
112
os.kill(self.pid, signal.SIGTERM)
113
114
115
@attr.s(frozen=True)
Callers
7
grab_ps
Function · 0.45
test_gevent_monkeypatch
Function · 0.45
assert_message
Function · 0.45
cleanup
Function · 0.45
launch
Function · 0.45
shutdown
Function · 0.45
reverse
Method · 0.45
Calls
no outgoing calls
Tested by
4
grab_ps
Function · 0.36
test_gevent_monkeypatch
Function · 0.36
assert_message
Function · 0.36
cleanup
Function · 0.36