MCPcopy Create free account
hub / github.com/HelpFreedom/youthub / _resolve_proxy

Function _resolve_proxy

live_stream.py:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52
53def _resolve_proxy() -> Optional[str]:
54 for var in ("HTTPS_PROXY", "https_proxy", "HTTP_PROXY", "http_proxy"):
55 v = os.environ.get(var)
56 if v:
57 return v
58 return None
59
60
61# ---------------------------------------------------------------------------

Callers 1

_drive_browserFunction · 0.70

Calls 1

getMethod · 0.80

Tested by

no test coverage detected