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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dict.py 493 class CustomException(Exception):
502 raise CustomException
517 with self.assertRaises(CustomException):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dict.py 493 class CustomException(Exception):
502 raise CustomException
517 with self.assertRaises(CustomException):

Completed in 33 milliseconds