(host)
| 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. |
no test coverage detected
searching dependent graphs…