eric6/Helpviewer/Network/SchemeAccessHandler.py

changeset 7165
375c077ef7e2
parent 6942
2602857055c5
equal deleted inserted replaced
7164:6da6a0a5a448 7165:375c077ef7e2
31 @param op the operation to be performed 31 @param op the operation to be performed
32 (QNetworkAccessManager.Operation) 32 (QNetworkAccessManager.Operation)
33 @param request reference to the request object (QNetworkRequest) 33 @param request reference to the request object (QNetworkRequest)
34 @param outgoingData reference to an IODevice containing data to be sent 34 @param outgoingData reference to an IODevice containing data to be sent
35 (QIODevice) 35 (QIODevice)
36 @ireturn reference to the created reply object (QNetworkReply) 36 @return reference to the created reply object (QNetworkReply)
37 @exception NotImplementedError raised to indicate that the method must 37 @exception NotImplementedError raised to indicate that the method must
38 be implemented by a subclass 38 be implemented by a subclass
39 """ 39 """
40 raise NotImplementedError() 40 raise NotImplementedError()

eric ide

mercurial