Home | History | Annotate | Download | only in test

Lines Matching refs:interesting

2420         def interesting(strings):
2428 self.assertEqual(interesting(dir(C)), cstuff)
2431 self.assertEqual(interesting(dir(c)), cstuff)
2436 self.assertEqual(interesting(dir(c)), cstuff + ['cdata', 'cmethod'])
2444 self.assertEqual(interesting(dir(A)), astuff)
2447 self.assertEqual(interesting(dir(a)), astuff)
2450 self.assertEqual(interesting(dir(a)), astuff + ['adata', 'amethod'])
3795 # The most interesting thing here is whether this blows up, due to
4127 # Case 3: subclass of new-style class; here it gets interesting