MCPcopy Index your code
hub / github.com/python/cpython / getproxies

Function getproxies

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

Source from the content-addressed store, hash-verified

2064 return proxy_bypass_macosx_sysconf(host)
2065
2066 def getproxies():
2067 return getproxies_environment() or getproxies_macosx_sysconf()
2068
2069
2070elif 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…