MCPcopy
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

launchMethod · 0.95
shutdownMethod · 0.95
runMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected