Home
last modified time | relevance | path

Searched refs:install_opener (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/common_lib/
Dfile_utils.py144 urllib.request.install_opener(opener)
/external/python/cpython2/Lib/test/
Dtest_urllib2_localnet.py305 urllib2.install_opener(urllib2.build_opener(ah))
317 urllib2.install_opener(urllib2.build_opener(ah))
448 urllib2.install_opener(opener)
Dregrtest.py1583 urllib2.install_opener(None)
/external/python/cpython3/Lib/test/
Dtest_urllib2_localnet.py306 urllib.request.install_opener(urllib.request.build_opener(ah))
315 urllib.request.install_opener(urllib.request.build_opener(ah))
/external/python/cpython2/Doc/howto/
Durllib2.rst424 ``install_opener`` can be used to make an ``opener`` object the (global) default
430 ``install_opener``, except as a convenience.
488 urllib2.install_opener(opener)
520 >>> urllib2.install_opener(opener)
/external/python/cpython3/Doc/howto/
Durllib2.rst445 ``install_opener`` can be used to make an ``opener`` object the (global) default
451 ``install_opener``, except as a convenience.
511 urllib.request.install_opener(opener)
543 >>> urllib.request.install_opener(opener)
/external/python/cpython2/Doc/library/
Durllib2.rst89 .. function:: install_opener(opener)
999 urllib2.install_opener(opener)
/external/python/cpython2/Lib/
Durllib2.py156 def install_opener(opener): function
/external/python/six/documentation/
Dindex.rst770 * :func:`py2:urllib2.install_opener`
/external/python/cpython3/Doc/library/
Durllib.request.rst120 .. function:: install_opener(opener)
1255 urllib.request.install_opener(opener)
/external/python/cpython3/Lib/urllib/
Drequest.py216 def install_opener(opener): function