Home
last modified time | relevance | path

Searched refs:error_temp (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dftplib.py59 class error_temp(Error): pass # 4xx errors class
252 raise error_temp(resp)
/third_party/python/Lib/test/
Dtest_ftplib.py515 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400')
516 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499')
522 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
/third_party/python/Doc/library/
Dftplib.rst140 .. exception:: error_temp