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

Function getproxies_macosx_sysconf

Lib/urllib/request.py:2043–2049  ·  view source on GitHub ↗

Return a dictionary of scheme -> proxy server URL mappings. This function uses the MacOSX framework SystemConfiguration to fetch the proxy information.

()

Source from the content-addressed store, hash-verified

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.
2045
2046 This function uses the MacOSX framework SystemConfiguration
2047 to fetch the proxy information.
2048 """
2049 return _get_proxies()
2050
2051
2052

Callers 1

getproxiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…