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