Searched refs:MyIntWithNew2 (Results 1 – 1 of 1) sorted by relevance
1971 x = MyIntWithNew2(1)1975 self.assertIs(type(y), MyIntWithNew2)3103 class MyIntWithNew2(MyIntWithNew): class