Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
Druntest_mp.py280 result = json.loads(result, object_hook=decode_test_result)
504 def decode_test_result(d: dict[str, Any]) -> TestResult | dict[str, Any]: function