Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_abc.py190 class MyInt(int): class
192 self.assertTrue(issubclass(MyInt, A))
193 self.assertTrue(issubclass(MyInt, (A,)))
Dtest_cmath.py169 class MyInt(object): class
212 self.assertRaises(TypeError, f, MyInt())
Dpickletester.py1007 class MyInt(int): class
1034 myclasses = [MyInt, MyLong, MyFloat,
Dtest_descr.py3532 class MyInt(int): class
3534 m = MyInt(42)