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

Method iter_eval

cpp/gdb_arrow.py:541–545  ·  view source on GitHub ↗
(self, eval_format)

Source from the content-addressed store, hash-verified

539 eval_format.format(for_evaluation(self._data[index])))
540
541 def iter_eval(self, eval_format):
542 data_eval = for_evaluation(self._data)
543 for i in range(self._size):
544 yield gdb.parse_and_eval(
545 eval_format.format(f"{data_eval}[{i}]"))
546
547 @property
548 def size(self):

Callers

nothing calls this directly

Calls 2

for_evaluationFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected