Home
last modified time | relevance | path

Searched refs:repr_traceback_dict (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dreports.py524 def deserialize_repr_traceback(repr_traceback_dict): argument
525 repr_traceback_dict["reprentries"] = [
526 deserialize_repr_entry(x) for x in repr_traceback_dict["reprentries"]
528 return ReprTraceback(**repr_traceback_dict)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dreports.py524 def deserialize_repr_traceback(repr_traceback_dict): argument
525 repr_traceback_dict["reprentries"] = [
526 deserialize_repr_entry(x) for x in repr_traceback_dict["reprentries"]
528 return ReprTraceback(**repr_traceback_dict)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dreports.py524 def deserialize_repr_traceback(repr_traceback_dict): argument
525 repr_traceback_dict["reprentries"] = [
526 deserialize_repr_entry(x) for x in repr_traceback_dict["reprentries"]
528 return ReprTraceback(**repr_traceback_dict)