(self, gz_path: str)
| 135 | @runtime_checkable |
| 136 | class 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 |
no outgoing calls