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

  /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...]

Completed in 320 milliseconds