MCPcopy 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
219class TupleTestCase(SeqTestCase, unittest.TestCase):

Callers 2

test_wrappersMethod · 0.45
test_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected