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

Method __index__

extra_tests/snippets/stdlib_struct.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self._value = value
54
55 def __index__(self):
56 return self._value
57
58
59data = struct.pack("B", Indexable(65))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected