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

Class ServerInfo

pex/http/server.py:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29@attr.s(frozen=True)
30class ServerInfo(object):
31 url = attr.ib() # type: str
32 pid = attr.ib() # type: int
33
34 def __str__(self):
35 # type: () -> str
36 return "{url} @ {pid}".format(url=self.url, pid=self.pid)
37
38
39@attr.s(frozen=True)

Callers 2

loadMethod · 0.85
recordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected