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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_exceptions.py 26 def raise_catch(self, exc, excname): member in class:ExceptionTests
39 self.raise_catch(AttributeError, "AttributeError")
42 self.raise_catch(EOFError, "EOFError")
58 self.raise_catch(IOError, "IOError")
61 self.raise_catch(ImportError, "ImportError")
64 self.raise_catch(IndexError, "IndexError")
68 self.raise_catch(KeyError, "KeyError")
72 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
74 self.raise_catch(MemoryError, "MemoryError")
76 self.raise_catch(NameError, "NameError")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_exceptions.py 26 def raise_catch(self, exc, excname): member in class:ExceptionTests
39 self.raise_catch(AttributeError, "AttributeError")
42 self.raise_catch(EOFError, "EOFError")
58 self.raise_catch(IOError, "IOError")
61 self.raise_catch(ImportError, "ImportError")
64 self.raise_catch(IndexError, "IndexError")
68 self.raise_catch(KeyError, "KeyError")
72 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
74 self.raise_catch(MemoryError, "MemoryError")
76 self.raise_catch(NameError, "NameError"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_exceptions.py 26 def raise_catch(self, exc, excname): member in class:ExceptionTests
39 self.raise_catch(AttributeError, "AttributeError")
42 self.raise_catch(EOFError, "EOFError")
58 self.raise_catch(IOError, "IOError")
61 self.raise_catch(ImportError, "ImportError")
64 self.raise_catch(IndexError, "IndexError")
68 self.raise_catch(KeyError, "KeyError")
72 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
74 self.raise_catch(MemoryError, "MemoryError")
76 self.raise_catch(NameError, "NameError"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 26 def raise_catch(self, exc, excname): member in class:ExceptionTests
39 self.raise_catch(AttributeError, "AttributeError")
42 self.raise_catch(EOFError, "EOFError")
58 self.raise_catch(IOError, "IOError")
61 self.raise_catch(ImportError, "ImportError")
64 self.raise_catch(IndexError, "IndexError")
68 self.raise_catch(KeyError, "KeyError")
72 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
74 self.raise_catch(MemoryError, "MemoryError")
76 self.raise_catch(NameError, "NameError"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 26 def raise_catch(self, exc, excname): member in class:ExceptionTests
39 self.raise_catch(AttributeError, "AttributeError")
42 self.raise_catch(EOFError, "EOFError")
58 self.raise_catch(IOError, "IOError")
61 self.raise_catch(ImportError, "ImportError")
64 self.raise_catch(IndexError, "IndexError")
68 self.raise_catch(KeyError, "KeyError")
72 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
74 self.raise_catch(MemoryError, "MemoryError")
76 self.raise_catch(NameError, "NameError"
    [all...]
  /external/python/cpython2/Lib/test/
test_exceptions.py 31 def raise_catch(self, exc, excname): member in class:ExceptionTests
44 self.raise_catch(AttributeError, "AttributeError")
47 self.raise_catch(EOFError, "EOFError")
63 self.raise_catch(IOError, "IOError")
66 self.raise_catch(ImportError, "ImportError")
69 self.raise_catch(IndexError, "IndexError")
73 self.raise_catch(KeyError, "KeyError")
77 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
79 self.raise_catch(MemoryError, "MemoryError")
81 self.raise_catch(NameError, "NameError"
    [all...]
  /external/python/cpython3/Lib/test/
test_exceptions.py 31 def raise_catch(self, exc, excname): member in class:ExceptionTests
44 self.raise_catch(AttributeError, "AttributeError")
47 self.raise_catch(EOFError, "EOFError")
63 self.raise_catch(OSError, "OSError")
66 self.raise_catch(ImportError, "ImportError")
69 self.raise_catch(IndexError, "IndexError")
73 self.raise_catch(KeyError, "KeyError")
77 self.raise_catch(KeyboardInterrupt, "KeyboardInterrupt")
79 self.raise_catch(MemoryError, "MemoryError")
81 self.raise_catch(NameError, "NameError"
    [all...]

Completed in 159 milliseconds