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

Method __init__

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

Source from the content-addressed store, hash-verified

2276 """
2277
2278 def __init__(self, name, val):
2279 BaseColumnarPrinter.__init__(self, "Table", val, Table(val))
2280
2281
2282class DatumPrinter:

Callers

nothing calls this directly

Calls 2

TableClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected