Return a dictionary of scheme -> proxy server URL mappings. This function uses the MacOSX framework SystemConfiguration to fetch the proxy information.
()
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…