Home
last modified time | relevance | path

Searched refs:open_unknown (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Durllib.py210 return self.open_unknown(fullurl, data)
219 def open_unknown(self, fullurl, data=None): member in URLopener
/external/python/cpython2/Doc/library/
Durllib.rst356 arguments. If the scheme is not recognized, :meth:`open_unknown` is called.
361 .. method:: open_unknown(fullurl[, data])
/external/python/cpython3/Lib/urllib/
Drequest.py1779 return self.open_unknown(fullurl, data)
1790 def open_unknown(self, fullurl, data=None): member in URLopener
/external/python/cpython3/Doc/library/
Durllib.request.rst1433 arguments. If the scheme is not recognized, :meth:`open_unknown` is called.
1439 .. method:: open_unknown(fullurl, data=None)