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