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

Method extract

explainshell/extraction/types.py:137–137  ·  view source on GitHub ↗
(self, gz_path: str)

Source from the content-addressed store, hash-verified

135@runtime_checkable
136class Extractor(Protocol):
137 def extract(self, gz_path: str) -> ExtractionResult: ...
138
139 def cancel(self) -> None:
140 """Signal the extractor to stop after the current in-flight work

Calls

no outgoing calls