コード例 #1
0
    def uninstall(self):
        """
		Remove the handler which makes this waker active.
		"""
        _signals.installHandler(-1)
コード例 #2
0
ファイル: posixbase.py プロジェクト: TheArchives/blockBox
	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
ファイル: posixbase.py プロジェクト: TheArchives/blockBox
	def install(self):
		"""
		Install the handler necessary to make this waker active.
		"""
		_signals.installHandler(self.o)