コード例 #1
0
ファイル: multi.py プロジェクト: evaimg/Icy-App
 def kill(gw):
     trace("Gateways did not come down after timeout: %r" % gw)
     gw._io.kill()
コード例 #2
0
ファイル: multi.py プロジェクト: evaimg/Icy-App
 def _cleanup_atexit(self):
     trace("=== atexit cleanup %r ===" %(self,))
     self.terminate(timeout=1.0)
コード例 #3
0
ファイル: multi.py プロジェクト: haradashinya/Sublime-Text-2
 def _cleanup_atexit(self):
     trace("=== atexit cleanup %r ===" % (self, ))
     self.terminate(timeout=1.0)
コード例 #4
0
ファイル: multi.py プロジェクト: haradashinya/Sublime-Text-2
 def kill(gw):
     trace("Gateways did not come down after timeout: %r" % gw)
     gw._io.kill()
コード例 #5
0
 def _cleanup_atexit(self):
     trace("=== atexit cleanup {!r} ===".format(self))
     self.terminate(timeout=1.0)