eric6/Cooperation/CooperationServer.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
29 Constructor 29 Constructor
30 30
31 @param address address the server should listen on (QHostAddress) 31 @param address address the server should listen on (QHostAddress)
32 @param parent reference to the parent object (QObject) 32 @param parent reference to the parent object (QObject)
33 """ 33 """
34 super(CooperationServer, self).__init__(parent) 34 super().__init__(parent)
35 35
36 self.__address = address 36 self.__address = address
37 37
38 def incomingConnection(self, socketDescriptor): 38 def incomingConnection(self, socketDescriptor):
39 """ 39 """

eric ide

mercurial