MCPcopy Index your code
hub / github.com/python/cpython / proxy_bypass_macosx_sysconf

Function proxy_bypass_macosx_sysconf

Lib/urllib/request.py:2039–2041  ·  view source on GitHub ↗
(host)

Source from the content-addressed store, hash-verified

2037 from _scproxy import _get_proxy_settings, _get_proxies
2038
2039 def proxy_bypass_macosx_sysconf(host):
2040 proxy_settings = _get_proxy_settings()
2041 return _proxy_bypass_macosx_sysconf(host, proxy_settings)
2042
2043 def getproxies_macosx_sysconf():
2044 """Return a dictionary of scheme -> proxy server URL mappings.

Callers 1

proxy_bypassFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…