Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2068
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