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

Class INT

Lib/test/test_buffer.py:2538–2542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2536 def test_memoryview_struct_module(self):
2537
2538 class INT(object):
2539 def __init__(self, val):
2540 self.val = val
2541 def __int__(self):
2542 return self.val
2543
2544 class IDX(object):
2545 def __init__(self, val):

Callers 1

Calls

no outgoing calls

Tested by 1