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

Method __init__

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

Source from the content-addressed store, hash-verified

1682 """
1683
1684 def __init__(self, name, val):
1685 self.unit = self.type['unit_']
1686 self.unit_string = short_time_unit(self.unit)
1687
1688 def _format_value(self, val):
1689 return f"{val}{self.unit_string}"

Callers

nothing calls this directly

Calls 1

short_time_unitFunction · 0.85

Tested by

no test coverage detected