MCPcopy Index your code
hub / github.com/python/cpython / MyInt

Class MyInt

Lib/test/test_long.py:1686–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1684
1685 # Same test for a subclass of int.
1686 class MyInt(int):
1687 pass
1688
1689 self.assertEqual(MyInt.__itemsize__, sys.int_info.sizeof_digit)
1690

Callers 1

test___sizeof__Method · 0.70

Calls

no outgoing calls

Tested by 1

test___sizeof__Method · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…