Searched defs:install_opener (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Durllib2.py30 install_opener -- Installs a new opener as the default opener.
71 urllib2.install_opener(opener)
156 def install_opener(opener): function
/external/python/cpython3/Lib/urllib/
H A Drequest.py30 install_opener -- Installs a new opener as the default opener.
65 urllib.request.install_opener(opener)
130 'urlopen', 'install_opener', 'build_opener',
225 def install_opener(opener): function

Completed in 301 milliseconds