コード例 #1
0
ファイル: client.py プロジェクト: deter-project/magi-modules
 def stopclient(self, msg):
     DispatchAgent.stop(self, msg)
     if self.commClient:
         self.commClient.stop()
コード例 #2
0
	def stop(self, msg):
		self.stopFlood(msg)
		DispatchAgent.stop(self, msg)
コード例 #3
0
ファイル: client.py プロジェクト: deter-project/magi-modules
 def stopclient(self, msg):
     DispatchAgent.stop(self, msg)
     if self.commClient:
         self.commClient.stop()