Lines Matching refs:assertIsInstance
87 self.assertIsInstance(e.__context__, TypeError)
170 self.assertIsInstance(e.__context__, TypeError)
184 self.assertIsInstance(e.__cause__, KeyError)
216 self.assertIsInstance(e.__traceback__, types.TracebackType)
242 self.assertIsInstance(tb.tb_next, types.TracebackType)
244 self.assertIsInstance(tb.tb_lasti, int)
245 self.assertIsInstance(tb.tb_lineno, int)
319 self.assertIsInstance(e.__context__, context)
332 self.assertIsInstance(e.__context__, context)
343 self.assertIsInstance(e.__context__, ZeroDivisionError)
354 self.assertIsInstance(e.__context__, ZeroDivisionError)
376 self.assertIsInstance(e.__context__, ZeroDivisionError)
390 self.assertIsInstance(e.__context__, ZeroDivisionError)
436 self.assertIsInstance(e.__context__, ValueError)
460 self.assertIsInstance(e.__context__, AttributeError)