Searched refs:hexint (Results 1 - 1 of 1) sorted by last modified time

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_descr.py2474 class hexint(int): class in function:.test_basic_inheritance
2478 return hexint(int.__add__(self, other))
2481 self.assertEqual(repr(hexint(7) + 9), "0x10")
2482 self.assertEqual(repr(hexint(1000) + 7), "0x3ef")
2483 a = hexint(12345)
2491 self.assertTrue((hexint(0) << 12).__class__ is int)
2492 self.assertTrue((hexint(0) >> 12).__class__ is int)

Completed in 36 milliseconds