Helpviewer/AdBlock/AdBlockBlockedNetworkReply.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
equal deleted inserted replaced
6890:26c1042f2eec 6891:93f82da09f22
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