eric4.Helpviewer.Network.EmptyNetworkReply
Module implementing a network reply class for an empty reply
(i.e. request was handle other way).
Global Attributes
Classes
Functions
EmptyNetworkReply
Class implementing an empty network reply.
Derived from
QNetworkReply
Class Attributes
Class Methods
Methods
Static Methods
EmptyNetworkReply (Constructor)
EmptyNetworkReply(parent=None)
Constructor
- parent
-
reference to the parent object (QObject)
EmptyNetworkReply.abort
abort()
Public slot to abort the operation.
EmptyNetworkReply.readData
readData(maxlen)
Protected method to retrieve data from the reply object.
- maxlen
-
maximum number of bytes to read (integer)
- Returns:
-
string containing the data (string)