Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_long.py1333 class myint3(int): class
1337 i = myint3.from_bytes(b'\x01', 'big')
1338 self.assertIs(type(i), myint3)