Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2net.py288 cfh = urllib.request.CacheFTPHandler()
/third_party/python/Doc/library/
Durllib.request.rst447 .. class:: CacheFTPHandler()
1119 CacheFTPHandler Objects
1122 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
1126 .. method:: CacheFTPHandler.setTimeout(t)
1131 .. method:: CacheFTPHandler.setMaxConns(m)
/third_party/python/Lib/urllib/
Drequest.py1589 class CacheFTPHandler(FTPHandler): class