Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
201
class
LaunchResult(object):
202
url = attr.ib()
# type: str
203
already_running = attr.ib()
# type: bool
204
205
206
def
launch(
Callers
1
launch
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected