Searched refs:CacheFTPHandler (Results 1 – 7 of 7) sorted by relevance
242 cfh = urllib2.CacheFTPHandler()
253 cfh = urllib.request.CacheFTPHandler()
324 .. class:: CacheFTPHandler()898 CacheFTPHandler Objects901 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the905 .. method:: CacheFTPHandler.setTimeout(t)910 .. method:: CacheFTPHandler.setMaxConns(m)
442 .. class:: CacheFTPHandler()1114 CacheFTPHandler Objects1117 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the1121 .. method:: CacheFTPHandler.setTimeout(t)1126 .. method:: CacheFTPHandler.setMaxConns(m)
1439 class CacheFTPHandler(FTPHandler): class
793 * :class:`py2:urllib2.CacheFTPHandler`
1583 class CacheFTPHandler(FTPHandler): class