コード例 #1
0
ファイル: run.py プロジェクト: mrpizza123/pysnip
 def timed_out(self):
     if self.name is not None:
         print '%s timed out' % self.printable_name
     ServerConnection.timed_out(self)
コード例 #2
0
ファイル: run.py プロジェクト: Lwgano/pyspades
 def timed_out(self):
     if self.name is not None:
         print '%s timed out' % self.printable_name
     ServerConnection.timed_out(self)
コード例 #3
0
ファイル: player.py プロジェクト: xtreme8000/piqueserver
 def timed_out(self):
     if self.name is not None:
         log.info('%s timed out' % self.printable_name)
     ServerConnection.timed_out(self)