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

Class WorkItem

explainshell/extraction/runner.py:85–92  ·  view source on GitHub ↗

A file that passed the prepare phase and is ready for batch extraction.

Source from the content-addressed store, hash-verified

83
84
85class WorkItem(NamedTuple):
86 """A file that passed the prepare phase and is ready for batch extraction."""
87
88 gz_path: str
89 """Path to the gzipped manpage file."""
90
91 prepared: PreparedFile
92 """Output of the prepare phase (chunked prompts, metadata)."""
93
94
95class _BatchOutput(NamedTuple):

Callers 2

_make_itemsMethod · 0.90
run_batchFunction · 0.85

Calls

no outgoing calls

Tested by 1

_make_itemsMethod · 0.72