MCPcopy Create free account
hub / github.com/apache/arrow / __getitem__

Method __getitem__

cpp/gdb_arrow.py:526–528  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

524 return self._size
525
526 def __getitem__(self, index):
527 self._check_index(index)
528 return self._data[index]
529
530 def eval_at(self, index, eval_format):
531 """

Callers

nothing calls this directly

Calls 1

_check_indexMethod · 0.95

Tested by

no test coverage detected