Helpviewer/Network/FtpReply.py

branch
5_2_x
changeset 2057
547bda693655
parent 2043
77954c09aacc
child 2303
0ed4ed026c16
equal deleted inserted replaced
2056:7ae5c3210c91 2057:547bda693655
273 def __processData(self): 273 def __processData(self):
274 """ 274 """
275 Private slot to process data from the FTP server. 275 Private slot to process data from the FTP server.
276 """ 276 """
277 self.__content += self.__ftp.readAll() 277 self.__content += self.__ftp.readAll()
278 self.readyRead.emit()
278 279
279 def __setContent(self): 280 def __setContent(self):
280 """ 281 """
281 Private method to set the finish the setup of the data. 282 Private method to set the finish the setup of the data.
282 """ 283 """

eric ide

mercurial