Helpviewer/Network/SchemeAccessHandler.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2962
d6c9d1ca2da4
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
26 26
27 def createRequest(self, op, request, outgoingData=None): 27 def createRequest(self, op, request, outgoingData=None):
28 """ 28 """
29 Protected method to create a request. 29 Protected method to create a request.
30 30
31 @param op the operation to be performed (QNetworkAccessManager.Operation) 31 @param op the operation to be performed
32 (QNetworkAccessManager.Operation)
32 @param request reference to the request object (QNetworkRequest) 33 @param request reference to the request object (QNetworkRequest)
33 @param outgoingData reference to an IODevice containing data to be sent 34 @param outgoingData reference to an IODevice containing data to be sent
34 (QIODevice) 35 (QIODevice)
35 @return reference to the created reply object (QNetworkReply) 36 @ireturn reference to the created reply object (QNetworkReply)
37 @exception NotImplementedError raised to indicate that the method must
38 be implemented by a subclass
36 """ 39 """
37 raise NotImplementedError() 40 raise NotImplementedError()

eric ide

mercurial