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