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

Method _prepare

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

Source from the content-addressed store, hash-verified

361 ext = _FakeExtractor()
362
363 def _prepare(gz_path):
364 if gz_path == gz_a:
365 raise SkippedExtraction(
366 "too large",
367 stats=ExtractionStats(plain_text_len=999999),
368 )
369 return prepared_b
370
371 ext.prepare.side_effect = _prepare
372

Callers

nothing calls this directly

Calls 2

SkippedExtractionClass · 0.90
ExtractionStatsClass · 0.90

Tested by

no test coverage detected