Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __getitem__
Method
__getitem__
Lib/test/test_index.py:215–216 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
213
__rmul__ = __mul__
214
215
def
__getitem__(self, index):
216
return
self._list[index]
217
218
219
class
TupleTestCase(SeqTestCase, unittest.TestCase):
Callers
2
test_wrappers
Method · 0.45
test_range
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected