Searched refs:open_unknown (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | urllib.py | 210 return self.open_unknown(fullurl, data) 219 def open_unknown(self, fullurl, data=None): member in URLopener
|
/external/python/cpython2/Doc/library/ |
D | urllib.rst | 356 arguments. If the scheme is not recognized, :meth:`open_unknown` is called. 361 .. method:: open_unknown(fullurl[, data])
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 1779 return self.open_unknown(fullurl, data) 1790 def open_unknown(self, fullurl, data=None): member in URLopener
|
/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 1433 arguments. If the scheme is not recognized, :meth:`open_unknown` is called. 1439 .. method:: open_unknown(fullurl, data=None)
|