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

Method _prepare

tests/extraction/test_runner.py:441–444  ·  view source on GitHub ↗
(gz_path)

Source from the content-addressed store, hash-verified

439 ext = _FakeExtractor()
440
441 def _prepare(gz_path):
442 if gz_path == gz_b:
443 raise SkippedExtraction("too big")
444 return prepared_a
445
446 ext.prepare.side_effect = _prepare
447

Callers

nothing calls this directly

Calls 1

SkippedExtractionClass · 0.90

Tested by

no test coverage detected