Searched defs:fullurl (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/urllib/ |
D | request.py | 470 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 1750 def open(self, fullurl, data=None): argument 1786 def open_unknown(self, fullurl, data=None): argument 1791 def open_unknown_proxy(self, proxy, fullurl, data=None): argument
|