Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
59
data = struct.pack(
"B"
, Indexable(65))
Callers
1
stdlib_abc_number.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected