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

Class IDX

Lib/test/test_buffer.py:2544–2548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2542 return self.val
2543
2544 class IDX(object):
2545 def __init__(self, val):
2546 self.val = val
2547 def __index__(self):
2548 return self.val
2549
2550 def f(): return 7
2551

Callers 1

Calls

no outgoing calls

Tested by 1