Пример #1
0
    def connectionMade(self):
        """
        Called when a connection is made to the FrameReceiver, and passes the
        context back to the StreamReceiver.
        """

        StreamReceiver.connectionMade(self)
Пример #2
0
    def connectionMade(self):
        """
        Called when a connection is made to the FrameReceiver, and passes the
        context back to the StreamReceiver.
        """

        StreamReceiver.connectionMade(self)
Пример #3
0
 def connectionMade(self):
     StreamReceiver.connectionMade(self)
Пример #4
0
 def connectionMade(self):
     StreamReceiver.connectionMade(self)