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

Class LaunchResult

pex/http/server.py:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119@attr.s(frozen=True)
120class LaunchResult(object):
121 server_info = attr.ib() # type: ServerInfo
122 already_running = attr.ib() # type: bool
123
124
125# Frozen exception types don't work under 3.11+ where the `__traceback__` attribute can be set

Callers 1

launchMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected