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

Method to_string

cpp/gdb_arrow.py:1621–1624  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1619 return ()
1620
1621 def to_string(self):
1622 ty = self.type
1623 return (f"{self.name} of type {ty}, "
1624 f"{self._format_contents()}")
1625
1626
1627class NumericArrayDataPrinter(ArrayDataPrinter):

Callers

nothing calls this directly

Calls 1

_format_contentsMethod · 0.95

Tested by

no test coverage detected