Searched refs:FTP_PORT (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ |
D | ftplib.py | 51 FTP_PORT = 21 variable 100 port = FTP_PORT
|
/third_party/python/Lib/test/ |
D | test_urllib2.py | 732 "localhost", ftplib.FTP_PORT, "", "", "I", 735 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 738 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 741 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 747 "localhost", ftplib.FTP_PORT, "", "", "A",
|
/third_party/python/Lib/urllib/ |
D | request.py | 1540 port = ftplib.FTP_PORT 2057 port = ftplib.FTP_PORT
|