MCPcopy Index your code
hub / github.com/RustPython/RustPython / MyInt

Class MyInt

Lib/test/test_long.py:1690–1691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1688
1689 # Same test for a subclass of int.
1690 class MyInt(int):
1691 pass
1692
1693 self.assertEqual(MyInt.__itemsize__, sys.int_info.sizeof_digit)
1694

Callers 1

test___sizeof__Method · 0.70

Calls

no outgoing calls

Tested by 1

test___sizeof__Method · 0.56