Home | History | Annotate | Download | only in test

Lines Matching full:inheritance

680         # Testing multiple inheritance...
811 # Testing multiple inheritance special cases...
1314 self.fail("inheritance from both list and dict should be illegal")
1322 self.fail("inheritance from non-type should be illegal")
1332 self.fail("inheritance from CFunction should be illegal")
2489 # Testing inheritance from basic types...
3282 class C4(C4classic, object): # mixed inheritance
3882 # SF bug 575229, multiple inheritance w/ slots dumps core
3967 self.fail("shouldn't be able to create inheritance cycles")
3981 self.fail("shouldn't be able to create inheritance cycles")