Searched defs:fullurl (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | urllib.py | 183 def open(self, fullurl, data=None): argument 219 def open_unknown(self, fullurl, data=None): argument 224 def open_unknown_proxy(self, proxy, fullurl, data=None): argument
|
D | urllib2.py | 411 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 498 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 1754 def open(self, fullurl, data=None): argument 1790 def open_unknown(self, fullurl, data=None): argument 1795 def open_unknown_proxy(self, proxy, fullurl, data=None): argument
|