Searched refs:error_temp (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | ftplib.py | 43 __all__ = ["FTP", "error_reply", "error_temp", "error_perm", "error_proto", 59 class error_temp(Error): pass # 4xx errors class 252 raise error_temp(resp)
|
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 522 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400') 523 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499') 529 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
|
Completed in 4 milliseconds