Home
last modified time | relevance | path

Searched refs:MyIntWithNew2 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dpickletester.py1971 x = MyIntWithNew2(1)
1975 self.assertIs(type(y), MyIntWithNew2)
3103 class MyIntWithNew2(MyIntWithNew): class