예제 #1
0
 def uninstall(self):
     """
     Remove the handler which makes this waker active.
     """
     _signals.installHandler(-1)
예제 #2
0
 def install(self):
     """
     Install the handler necessary to make this waker active.
     """
     _signals.installHandler(self.o)