MCPcopy Index your code
hub / github.com/pex-tool/pex / LaunchResult

Class LaunchResult

testing/devpi.py:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200@attr.s(frozen=True)
201class LaunchResult(object):
202 url = attr.ib() # type: str
203 already_running = attr.ib() # type: bool
204
205
206def launch(

Callers 1

launchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected