Home | History | Annotate | Download | only in test

Lines Matching defs:C4

988         class C4(object):
995 x = C4(5)
3279 global C4classic, C4
3282 class C4(C4classic, object): # mixed inheritance
3309 u = C4()