コード例 #1
0
ファイル: memcache.py プロジェクト: Hetal728/SMP-ClassiCube
 def connectionLost(self, reason):
     """
     Cause any outstanding commands to fail.
     """
     self._disconnected = True
     self._cancelCommands(reason)
     LineReceiver.connectionLost(self, reason)
コード例 #2
0
ファイル: memcache.py プロジェクト: Hetal728/SMP-ClassiCube
 def connectionLost(self, reason):
     """
     Cause any outstanding commands to fail.
     """
     self._disconnected = True
     self._cancelCommands(reason)
     LineReceiver.connectionLost(self, reason)