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

Method __init__

cpp/gdb_arrow.py:2191–2193  ·  view source on GitHub ↗
(self, name, val)

Source from the content-addressed store, hash-verified

2189 """
2190
2191 def __init__(self, name, val):
2192 self.val = val
2193 self.metadata = Metadata(self.val)
2194
2195 def display_hint(self):
2196 return 'map'

Callers

nothing calls this directly

Calls 1

MetadataClass · 0.85

Tested by

no test coverage detected