HomeSort by relevance Sort by last modified time
    Searched refs:error_temp (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 422 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400')
423 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499')
429 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 422 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400')
423 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499')
429 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
72 error_temp = NNTPTemporaryError variable
ftplib.py 63 class error_temp(Error): pass # 4xx errors class in inherits:Error
217 raise error_temp, resp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
72 error_temp = NNTPTemporaryError variable
ftplib.py 63 class error_temp(Error): pass # 4xx errors class in inherits:Error
217 raise error_temp, resp
    [all...]

Completed in 394 milliseconds