コード例 #1
0
ファイル: posixbase.py プロジェクト: Hetal728/SMP-ClassiCube
 def uninstall(self):
     """
     Remove the handler which makes this waker active.
     """
     _signals.installHandler(-1)
コード例 #2
0
ファイル: posixbase.py プロジェクト: Hetal728/SMP-ClassiCube
 def install(self):
     """
     Install the handler necessary to make this waker active.
     """
     _signals.installHandler(self.o)