Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dcase.py44 class _Outcome(object): class
582 outcome = _Outcome(result)
627 outcome = self._outcome or _Outcome()
/third_party/python/Lib/unittest/test/
Dtest_runner.py8 from unittest.case import _Outcome
81 outcome = test._outcome = _Outcome()
/third_party/python/Misc/
DHISTORY3002 reference cycles between frames and the _Outcome instance.