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

Method __getitem__

cpp/gdb_arrow.py:836–837  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

834 return len(self.keys)
835
836 def __getitem__(self, i):
837 return KeyValue(StdString(self.keys[i]), StdString(self.values[i]))
838
839
840class MetadataPtr(Sequence):

Callers

nothing calls this directly

Calls 2

StdStringClass · 0.85
KeyValueClass · 0.50

Tested by

no test coverage detected