コード例 #1
0
ファイル: __init__.py プロジェクト: Matt-Esch/anaconda
 def signal(self):
     '''Signal the mainloop thread to break from a wait.'''
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)
コード例 #2
0
ファイル: pulse.py プロジェクト: bitcraft/pyglet
 def signal(self):
     """Signal the mainloop thread to break from a wait."""
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)
コード例 #3
0
 def signal(self):
     '''Signal the mainloop thread to break from a wait.'''
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)
コード例 #4
0
 def signal(self):
     """Signal the mainloop thread to break from a wait."""
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)