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

Function getproxies

Lib/urllib/request.py:2064–2065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2062 return proxy_bypass_macosx_sysconf(host)
2063
2064 def getproxies():
2065 return getproxies_environment() or getproxies_macosx_sysconf()
2066
2067
2068elif os.name == 'nt':

Callers 1

__init__Method · 0.85

Calls 3

getproxies_environmentFunction · 0.85
getproxies_registryFunction · 0.85

Tested by

no test coverage detected