Helpviewer/Network/FileAccessHandler.py

changeset 3002
6ffc581f00f1
parent 2403
e3d7a861547c
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3001:3674ff5fa8f8 3002:6ffc581f00f1
27 27
28 def createRequest(self, op, request, outgoingData=None): 28 def createRequest(self, op, request, outgoingData=None):
29 """ 29 """
30 Protected method to create a request. 30 Protected method to create a request.
31 31
32 @param op the operation to be performed (QNetworkAccessManager.Operation) 32 @param op the operation to be performed
33 (QNetworkAccessManager.Operation)
33 @param request reference to the request object (QNetworkRequest) 34 @param request reference to the request object (QNetworkRequest)
34 @param outgoingData reference to an IODevice containing data to be sent 35 @param outgoingData reference to an IODevice containing data to be sent
35 (QIODevice) 36 (QIODevice)
36 @return reference to the created reply object (QNetworkReply) 37 @return reference to the created reply object (QNetworkReply)
37 """ 38 """

eric ide

mercurial