Searched refs:install_opener (Results 1 – 4 of 4) sorted by relevance
307 urllib.request.install_opener(urllib.request.build_opener(ah))316 urllib.request.install_opener(urllib.request.build_opener(ah))
445 ``install_opener`` can be used to make an ``opener`` object the (global) default451 ``install_opener``, except as a convenience.511 urllib.request.install_opener(opener)543 >>> urllib.request.install_opener(opener)
125 .. function:: install_opener(opener)1260 urllib.request.install_opener(opener)
218 def install_opener(opener): function