Helpviewer/AdBlock/AdBlockBlockedNetworkReply.py

branch
maintenance
changeset 6923
d062df8f1d9f
parent 6891
93f82da09f22
equal deleted inserted replaced
6827:14680839ad7a 6923:d062df8f1d9f
50 Public method to retrieve data from the reply object. 50 Public method to retrieve data from the reply object.
51 51
52 @param maxlen maximum number of bytes to read (integer) 52 @param maxlen maximum number of bytes to read (integer)
53 @return string containing the data (string) 53 @return string containing the data (string)
54 """ 54 """
55 return None 55 return ""
56 56
57 def abort(self): 57 def abort(self):
58 """ 58 """
59 Public slot to abort the operation. 59 Public slot to abort the operation.
60 """ 60 """

eric ide

mercurial