Home
last modified time | relevance | path

Searched refs:ftp_open (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py1380 def ftp_open(self, req): member in FTPHandler
/external/python/cpython2/Lib/test/
Dtest_urllib2.py668 r = h.ftp_open(req)
/external/python/cpython3/Lib/test/
Dtest_urllib2.py753 r = h.ftp_open(req)
/external/python/cpython3/Lib/urllib/
Drequest.py1500 def ftp_open(self, req): member in FTPHandler
/external/python/cpython2/Doc/library/
Durllib2.rst890 .. method:: FTPHandler.ftp_open(req)
/external/python/cpython3/Doc/library/
Durllib.request.rst1087 .. method:: FTPHandler.ftp_open(req)