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