MCPcopy
hub / github.com/pex-tool/pex / launch_args

Method launch_args

testing/devpi.py:121–123  ·  view source on GitHub ↗
(self, *extra_args)

Source from the content-addressed store, hash-verified

119 serverdir = attr.ib() # type: str
120
121 def launch_args(self, *extra_args):
122 # type: (*str) -> List[str]
123 return [self.python, self.script, "--serverdir", self.serverdir] + list(extra_args)
124
125
126def ensure_devpi_server():

Callers 1

launchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected