Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pex-tool/pex
/ kill
Method
kill
pex/http/server.py:114–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
return
is_alive(self.server_info.pid)
113
114
def
kill(self):
115
# type: () -> None
116
os.kill(self.server_info.pid, signal.SIGTERM)
117
118
119
@attr.s(frozen=True)
Callers
1
shutdown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected