Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsignals.py24 for result in _results.keys():
27 _results = weakref.WeakKeyDictionary() variable
29 _results[result] = 1
32 return bool(_results.pop(result, None))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_break.py24 unittest.signals._results = weakref.WeakKeyDictionary()
45 for ref in unittest.signals._results:
150 self.assertIn(result, unittest.signals._results)