Searched refs:installHandler (Results 1 – 6 of 6) sorted by relevance
9 from unittest2.signals import installHandler11 installHandler = None variable107 if self.catchbreak != False and installHandler is not None:135 if self.catchbreak is None and installHandler is not None:175 if self.catchbreak != False and installHandler is not None:201 if self.catchbreak is None and installHandler is not None:218 installHandler()
56 installHandler, registerResult, removeResult, removeHandler
35 def installHandler(): function
28 unittest2.installHandler()56 unittest2.installHandler()76 unittest2.installHandler()97 unittest2.installHandler()127 unittest2.installHandler()167 unittest2.installHandler()234 unittest2.installHandler()244 unittest2.installHandler()
219 original = module.installHandler221 module.installHandler = original227 module.installHandler = fakeInstallHandler
1224 unittest2.signals.installHandler()