Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_urllib2net.py242 cfh = urllib2.CacheFTPHandler()
/external/python/cpython3/Lib/test/
Dtest_urllib2net.py251 cfh = urllib.request.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/cpython3/Doc/library/
Durllib.request.rst443 .. class:: CacheFTPHandler()
1095 CacheFTPHandler Objects
1098 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
1102 .. method:: CacheFTPHandler.setTimeout(t)
1107 .. method:: CacheFTPHandler.setMaxConns(m)
/external/python/cpython2/Lib/
Durllib2.py1439 class CacheFTPHandler(FTPHandler): class
/external/python/six/documentation/
Dindex.rst793 * :class:`py2:urllib2.CacheFTPHandler`
/external/python/cpython3/Lib/urllib/
Drequest.py1557 class CacheFTPHandler(FTPHandler): class