MCPcopy Index your code
hub / github.com/RustPython/RustPython / getproxies_macosx_sysconf

Function getproxies_macosx_sysconf

Lib/urllib/request.py:2041–2047  ·  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

2039 return _proxy_bypass_macosx_sysconf(host, proxy_settings)
2040
2041 def getproxies_macosx_sysconf():
2042 """Return a dictionary of scheme -> proxy server URL mappings.
2043
2044 This function uses the MacOSX framework SystemConfiguration
2045 to fetch the proxy information.
2046 """
2047 return _get_proxies()
2048
2049
2050

Callers 1

getproxiesFunction · 0.85

Calls 1

_get_proxiesFunction · 0.85

Tested by

no test coverage detected