Пример #1
0
 def lineReceived(self, line):
     Conn.lineReceived(self, line)
Пример #2
0
 def sendLine(self, line):
     Conn.sendLine(self, line)
Пример #3
0
 def connectionMade(self):
     self.state = self.factory.state
     self.state.conn = self
     Conn.connectionMade(self)
Пример #4
0
 def lineReceived(self, line):
     Conn.lineReceived(self, line)
Пример #5
0
 def sendLine(self, line):
     Conn.sendLine(self, line)
Пример #6
0
 def connectionMade(self):
     self.state = self.factory.state
     self.state.conn = self
     Conn.connectionMade(self)