Helpviewer/Network/FtpReply.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
181 """ 181 """
182 return True 182 return True
183 183
184 def readData(self, maxlen): 184 def readData(self, maxlen):
185 """ 185 """
186 Protected method to retrieve data from the reply object. 186 Public method to retrieve data from the reply object.
187 187
188 @param maxlen maximum number of bytes to read (integer) 188 @param maxlen maximum number of bytes to read (integer)
189 @return string containing the data (bytes) 189 @return string containing the data (bytes)
190 """ 190 """
191 if self.__content.size(): 191 if self.__content.size():

eric ide

mercurial