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

Method _valid_child

cpp/gdb_arrow.py:1612–1613  ·  view source on GitHub ↗
(self, i, value)

Source from the content-addressed store, hash-verified

1610 return str(i), "null"
1611
1612 def _valid_child(self, i, value):
1613 return str(i), value
1614
1615 def display_hint(self):
1616 return None

Callers 4

childrenMethod · 0.80
childrenMethod · 0.80
childrenMethod · 0.80
childrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected