Home
last modified time | relevance | path

Searched refs:NonBaseException (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_baseexception.py169 class NonBaseException(object): class
171 self.catch_fails(NonBaseException)
172 self.catch_fails(NonBaseException())