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/Doc/library/
Durllib.request.rst141 :class:`FTPHandler`, :class:`FileHandler`, :class:`HTTPErrorProcessor`.
438 .. class:: FTPHandler()
1083 FTPHandler Objects
1087 .. method:: FTPHandler.ftp_open(req)
1098 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
/external/python/cpython3/Lib/urllib/
Drequest.py587 FTPHandler, FileHandler, HTTPErrorProcessor,
1499 class FTPHandler(BaseHandler): class
1557 class CacheFTPHandler(FTPHandler):
/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/cpython3/Lib/test/
Dtest_urllib2.py714 class NullFTPHandler(urllib.request.FTPHandler):
/external/python/six/documentation/
Dindex.rst792 * :class:`py2:urllib2.FTPHandler`