Searched refs:myint3 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_long.py | 1518 class myint3(int): class 1522 i = myint3.from_bytes(b'\x01', 'big') 1523 self.assertIs(type(i), myint3) |
Completed in 3 milliseconds