Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
840
class
MetadataPtr(Sequence):
Callers
nothing calls this directly
Calls
2
StdString
Class · 0.85
KeyValue
Class · 0.50
Tested by
no test coverage detected