MCPcopy
hub / github.com/pytest-dev/pytest / deserialize_repr_crash

Function deserialize_repr_crash

src/_pytest/reports.py:654–658  ·  view source on GitHub ↗
(repr_crash_dict: dict[str, Any] | None)

Source from the content-addressed store, hash-verified

652 return ReprTraceback(**repr_traceback_dict)
653
654 def deserialize_repr_crash(repr_crash_dict: dict[str, Any] | None):
655 if repr_crash_dict is not None:
656 return ReprFileLocation(**repr_crash_dict)
657 else:
658 return None
659
660 if (
661 reportdict["longrepr"]

Callers 1

_report_kwargs_from_jsonFunction · 0.85

Calls 1

ReprFileLocationClass · 0.90

Tested by

no test coverage detected