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

Method _finalize

tests/extraction/test_runner.py:333–336  ·  view source on GitHub ↗
(gz_path, prepared, responses)

Source from the content-addressed store, hash-verified

331 ext = _make_extractor({gz_a: prepared_a, gz_b: prepared_b})
332
333 def _finalize(gz_path, prepared, responses):
334 if gz_path == gz_b:
335 raise ValueError("boom")
336 return _make_result(gz_path)
337
338 ext.finalize.side_effect = _finalize
339

Callers

nothing calls this directly

Calls 1

_make_resultFunction · 0.85

Tested by

no test coverage detected