Home | History | Annotate | Download | only in test

Lines Matching refs:interesting

2272         def interesting(strings):

2280 self.assertEqual(interesting(dir(C)), cstuff)
2283 self.assertEqual(interesting(dir(c)), cstuff)
2288 self.assertEqual(interesting(dir(c)), cstuff + ['cdata', 'cmethod'])
2296 self.assertEqual(interesting(dir(A)), astuff)
2299 self.assertEqual(interesting(dir(a)), astuff)
2302 self.assertEqual(interesting(dir(a)), astuff + ['adata', 'amethod'])
3830 # The most interesting thing here is whether this blows up, due to
3835 # If that didn't blow up, it's also interesting to see whether clearing
4150 # Case 3: subclass of new-style class; here it gets interesting