Home
last modified time | relevance | path

Searched refs:FTPHandler (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py495 FTPHandler, FileHandler, HTTPErrorProcessor]
1379 class FTPHandler(BaseHandler): class
1439 class CacheFTPHandler(FTPHandler):
/external/python/cpython2/Doc/library/
Durllib2.rst108 :class:`HTTPRedirectHandler`, :class:`FTPHandler`, :class:`FileHandler`,
319 .. class:: FTPHandler()
886 FTPHandler Objects
890 .. method:: FTPHandler.ftp_open(req)
901 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
/external/python/cpython3/Lib/urllib/
Drequest.py579 FTPHandler, FileHandler, HTTPErrorProcessor,
1525 class FTPHandler(BaseHandler): class
1583 class CacheFTPHandler(FTPHandler):
/external/python/cpython3/Doc/library/
Durllib.request.rst140 :class:`FTPHandler`, :class:`FileHandler`, :class:`HTTPErrorProcessor`.
437 .. class:: FTPHandler()
1102 FTPHandler Objects
1106 .. method:: FTPHandler.ftp_open(req)
1117 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
/external/python/cpython2/Lib/test/
Dtest_urllib2.py631 class NullFTPHandler(urllib2.FTPHandler):
/external/python/cpython2/Doc/howto/
Durllib2.rst496 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
/external/python/cpython3/Doc/howto/
Durllib2.rst519 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
/external/python/six/documentation/
Dindex.rst792 * :class:`py2:urllib2.FTPHandler`
/external/python/cpython3/Lib/test/
Dtest_urllib2.py711 class NullFTPHandler(urllib.request.FTPHandler):