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

Method __init__

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

Source from the content-addressed store, hash-verified

2210 """
2211
2212 def __init__(self, name, val):
2213 self.val = val
2214 self.schema = Schema(val)
2215 # TODO endianness
2216
2217 def display_hint(self):
2218 return 'map'

Callers

nothing calls this directly

Calls 1

SchemaClass · 0.70

Tested by

no test coverage detected