MCPcopy
hub / github.com/jhao104/proxy_pool / serverHost

Method serverHost

handler/configHandler.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27 @LazyProperty
28 def serverHost(self):
29 return os.environ.get("HOST", setting.HOST)
30
31 @LazyProperty
32 def serverPort(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected