Home | History | Annotate | Download | only in test

Lines Matching refs:newstyleclass

1103         class newstyleclass(object): pass
1104 check(newstyleclass, s)
1106 check(newstyleclass().__dict__, size('nQ2P' + '2nP2n'))