Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dresult.py116 self.errors.append((test, self._exc_info_to_string(err, test)))
123 self.failures.append((test, self._exc_info_to_string(err, test)))
137 (test, self._exc_info_to_string(err, test)))
152 def _exc_info_to_string(self, err, test): member in TestResult
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_result.py274 result._exc_info_to_string = lambda *_: ''
280 result._exc_info_to_string = lambda *_: ''
286 result._exc_info_to_string = lambda *_: ''