Helpviewer/Network/FileAccessHandler.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3002
6ffc581f00f1
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
29 29
30 def createRequest(self, op, request, outgoingData=None): 30 def createRequest(self, op, request, outgoingData=None):
31 """ 31 """
32 Protected method to create a request. 32 Protected method to create a request.
33 33
34 @param op the operation to be performed (QNetworkAccessManager.Operation) 34 @param op the operation to be performed
35 (QNetworkAccessManager.Operation)
35 @param request reference to the request object (QNetworkRequest) 36 @param request reference to the request object (QNetworkRequest)
36 @param outgoingData reference to an IODevice containing data to be sent 37 @param outgoingData reference to an IODevice containing data to be sent
37 (QIODevice) 38 (QIODevice)
38 @return reference to the created reply object (QNetworkReply) 39 @return reference to the created reply object (QNetworkReply)
39 """ 40 """

eric ide

mercurial