Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib.py135 proxies = getproxies()
1521 def getproxies(): function
1571 def getproxies(): function
1646 getproxies = getproxies_environment variable
Durllib2.py125 from urllib import localhost, url2pathname, getproxies, proxy_bypass
741 proxies = getproxies()
/external/python/cpython3/Lib/urllib/
Drequest.py791 proxies = getproxies()
1707 proxies = getproxies()
2645 def getproxies(): function
2695 def getproxies(): function
2769 getproxies = getproxies_environment variable
/external/python/cpython2/Doc/howto/
Durllib2.rst531 the documentation on :func:`~urllib.getproxies`.
/external/python/cpython2/Doc/library/
Durllib.rst293 .. function:: getproxies()
Durllib2.rst235 see the documentation on :func:`~urllib.getproxies`.
/external/python/cpython3/Doc/howto/
Durllib2.rst554 the documentation on :func:`~urllib.request.getproxies`.
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1125 Added support to fix ``getproxies`` in the :mod:`lib2to3.fixes.fix_urllib`
/external/python/six/documentation/
Dindex.rst760 * :func:`py2:urllib.getproxies`
/external/python/cpython3/Doc/library/
Durllib.request.rst162 .. function:: getproxies()
314 see the documentation on :func:`~urllib.request.getproxies`.