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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py 330 except (nntplib.error_temp, nntplib.error_perm), x:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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,
  /external/python/cpython2/Lib/test/
test_ftplib.py 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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/python/cpython2/Lib/
nntplib.py 37 "error_reply","error_temp","error_perm","error_proto",
79 error_temp = NNTPTemporaryError variable
ftplib.py 65 class error_temp(Error): pass # 4xx errors class in inherits:Error
222 raise error_temp, resp
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython3/Lib/
ftplib.py 43 __all__ = ["FTP", "error_reply", "error_temp", "error_perm", "error_proto",
59 class error_temp(Error): pass # 4xx errors class in inherits:Error
242 raise error_temp(resp)
    [all...]
  /external/python/cpython3/Lib/test/
test_ftplib.py 487 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400')
488 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499')
494 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
    [all...]

Completed in 632 milliseconds