Home | History | Annotate | Download | only in test

Lines Matching full:findsource

396         self.assertRaises(IOError, inspect.findsource, unicodedata)
401 self.assertRaises(IOError, inspect.findsource, co)
404 self.assertEqual(inspect.findsource(co), (lines,0))
410 self.assertRaises(IOError, inspect.findsource, co)