Searched refs:http_open (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_urllib2.py | 481 def http_open(self, req): member in MockHTTPHandler |
/external/python/cpython2/Lib/ | ||
D | urllib2.py | 1227 def http_open(self, req): member in HTTPHandler |
/external/python/cpython2/Lib/test/ | ||
D | test_urllib2.py | 422 def http_open(self, req): member in MockHTTPHandler |
/external/python/cpython2/Doc/library/ | ||
D | urllib2.rst | 853 .. method:: HTTPHandler.http_open(req) |
/external/python/cpython3/Lib/urllib/ | ||
D | request.py | 1370 def http_open(self, req): member in HTTPHandler |
/external/python/cpython3/Doc/library/ | ||
D | urllib.request.rst | 1051 .. method:: HTTPHandler.http_open(req) |