Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py8 from unittest.case import _Outcome
48 outcome = test._outcome = _Outcome()
/external/python/cpython3/Lib/unittest/
Dcase.py44 class _Outcome(object): class
606 outcome = _Outcome(result)
652 outcome = self._outcome or _Outcome()
/external/python/cpython3/Misc/
DHISTORY3002 reference cycles between frames and the _Outcome instance.