MCPcopy Index your code
hub / github.com/idank/explainshell / _BatchOutput

Class _BatchOutput

explainshell/extraction/runner.py:95–102  ·  view source on GitHub ↗

Return value from processing one provider batch.

Source from the content-addressed store, hash-verified

93
94
95class _BatchOutput(NamedTuple):
96 """Return value from processing one provider batch."""
97
98 entries: list[ExtractionResult]
99 """Per-file results (each has ``gz_path`` set)."""
100
101 usage: TokenUsage
102 """Aggregate token usage for this batch."""
103
104
105def _tally(batch: BatchResult, entry: ExtractionResult) -> None:

Callers 1

_process_one_batchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected