コード例 #1
0
 def connection_made(self):
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)
コード例 #2
0
ファイル: client.py プロジェクト: CodeMyAss/quarry
 def connection_made(self):
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)
コード例 #3
0
ファイル: client.py プロジェクト: ocelotpotpie/quarry
 def connection_made(self):
     """Called when the connection is established"""
     Protocol.connection_made(self)
     self.switch_protocol_mode(self.protocol_mode_next)