Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py581 FTPHandler, FileHandler, HTTPErrorProcessor,
1531 class FTPHandler(BaseHandler): class
1589 class CacheFTPHandler(FTPHandler):
/third_party/python/Doc/library/
Durllib.request.rst145 :class:`FTPHandler`, :class:`FileHandler`, :class:`HTTPErrorProcessor`.
442 .. class:: FTPHandler()
1107 FTPHandler Objects
1111 .. method:: FTPHandler.ftp_open(req)
1122 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
/third_party/python/Doc/howto/
Durllib2.rst519 ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
/third_party/python/Lib/test/
Dtest_urllib2.py713 class NullFTPHandler(urllib.request.FTPHandler):