Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
D__init__.py66 from .signals import installHandler, registerResult, removeResult, removeHandler
Dsignals.py31 def removeResult(result): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_break.py170 self.assertTrue(unittest.removeResult(result))
173 self.assertFalse(unittest.removeResult(unittest.TestResult()))