Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ __init__
Method
__init__
cpp/gdb_arrow.py:828–831 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
826
""
"
827
828
def
__init__(self, val):
829
self.val = val
830
self.keys = StdVector(self.val[
'keys_'
])
831
self.values = StdVector(self.val[
'values_'
])
832
833
def
__len__(self):
834
return
len(self.keys)
Callers
nothing calls this directly
Calls
1
StdVector
Class · 0.85
Tested by
no test coverage detected