Home
last modified time | relevance | path

Searched refs:getproxies (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py797 proxies = getproxies()
1713 proxies = getproxies()
2651 def getproxies(): function
2701 def getproxies(): function
2775 getproxies = getproxies_environment variable
/third_party/python/Doc/howto/
Durllib2.rst554 the documentation on :func:`~urllib.request.getproxies`.
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1125 Added support to fix ``getproxies`` in the :mod:`lib2to3.fixes.fix_urllib`
/third_party/python/Doc/library/
Durllib.request.rst167 .. function:: getproxies()
319 see the documentation on :func:`~urllib.request.getproxies`.