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