Helpviewer/Network/EmptyNetworkReply.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
38 # do nothing 38 # do nothing
39 pass 39 pass
40 40
41 def readData(self, maxlen): 41 def readData(self, maxlen):
42 """ 42 """
43 Protected method to retrieve data from the reply object. 43 Public method to retrieve data from the reply object.
44 44
45 @param maxlen maximum number of bytes to read (integer) 45 @param maxlen maximum number of bytes to read (integer)
46 @return string containing the data (bytes) 46 @return string containing the data (bytes)
47 """ 47 """
48 return bytes() 48 return bytes()

eric ide

mercurial