Searched refs:CacheFTPHandler (Results 1 – 7 of 7) sorted by relevance
242 cfh = urllib2.CacheFTPHandler()
251 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)
443 .. class:: CacheFTPHandler()1095 CacheFTPHandler Objects1098 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the1102 .. method:: CacheFTPHandler.setTimeout(t)1107 .. method:: CacheFTPHandler.setMaxConns(m)
1439 class CacheFTPHandler(FTPHandler): class
793 * :class:`py2:urllib2.CacheFTPHandler`
1557 class CacheFTPHandler(FTPHandler): class