Home
last modified time | relevance | path

Searched refs:FTPHandler (Results 1 – 4 of 4) 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/cpython2/Lib/test/
Dtest_urllib2.py631 class NullFTPHandler(urllib2.FTPHandler):
/external/python/cpython2/Doc/howto/
Durllib2.rst496 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,