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

Method _format_contents

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

Source from the content-addressed store, hash-verified

1825 self.name = array_class_from_type(self.data_printer.type_name)
1826
1827 def _format_contents(self):
1828 return self.data_printer._format_contents()
1829
1830 def to_string(self):
1831 if self.data_printer.type_class.is_parametric:

Callers 2

to_stringMethod · 0.95
childrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected