Home | History | Annotate | Download | only in test

Lines Matching full:inheritance

688         # Testing multiple inheritance...
819 # Testing multiple inheritance special cases...
1323 self.fail("inheritance from both list and dict should be illegal")
1331 self.fail("inheritance from non-type should be illegal")
1341 self.fail("inheritance from CFunction should be illegal")
2499 # Testing inheritance from basic types...
3299 class C4(C4classic, object): # mixed inheritance
3904 # SF bug 575229, multiple inheritance w/ slots dumps core
3989 self.fail("shouldn't be able to create inheritance cycles")
4003 self.fail("shouldn't be able to create inheritance cycles")