Home
last modified time | relevance | path

Searched refs:CacheFTPHandler (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_urllib2net.py241 cfh = urllib2.CacheFTPHandler()
/external/python/cpython2/Doc/library/
Durllib2.rst324 .. class:: CacheFTPHandler()
898 CacheFTPHandler Objects
901 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
905 .. method:: CacheFTPHandler.setTimeout(t)
910 .. method:: CacheFTPHandler.setMaxConns(m)
/external/python/cpython2/Lib/
Durllib2.py1439 class CacheFTPHandler(FTPHandler): class