Searched refs:error_temp (Results 1 – 5 of 5) sorted by relevance
436 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400')437 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499')443 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
65 class error_temp(Error): pass # 4xx errors class222 raise error_temp, resp
79 error_temp = NNTPTemporaryError variable
93 backwards compatibility, the exception ``error_temp`` is equivalent to this
105 .. exception:: error_temp