Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ pidfile
Method
pidfile
pex/http/server.py:154–156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
cache_dir = attr.ib()
# type: str
153
154
def
pidfile(self):
155
# type: () -> Optional[Pidfile]
156
return
Pidfile.load(self.name, self.cache_dir)
157
158
def
launch(
159
self,
Callers
3
launch
Method · 0.95
shutdown
Method · 0.95
run
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected