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

Method __getitem__

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

Source from the content-addressed store, hash-verified

801class NullBitmap(Bitmap):
802
803 def __getitem__(self, index):
804 self._check_index(index)
805 if self.view is None:
806 return True
807 return super().__getitem__(index)
808
809 @classmethod
810 def from_buffer(cls, buf, offset, length):

Callers

nothing calls this directly

Calls 2

_check_indexMethod · 0.45
__getitem__Method · 0.45

Tested by

no test coverage detected