Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2070
elif
os.name ==
'nt'
:
Callers
1
__init__
Method · 0.85
Calls
3
getproxies_environment
Function · 0.85
getproxies_macosx_sysconf
Function · 0.85
getproxies_registry
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…