Helpviewer/Network/NetworkAccessManagerProxy.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
63 self.__class__.primaryManager.authenticationRequired) 63 self.__class__.primaryManager.authenticationRequired)
64 self.finished.connect(self.__class__.primaryManager.finished) 64 self.finished.connect(self.__class__.primaryManager.finished)
65 65
66 def createRequest(self, op, request, outgoingData=None): 66 def createRequest(self, op, request, outgoingData=None):
67 """ 67 """
68 Protected method to create a request. 68 Public method to create a request.
69 69
70 @param op the operation to be performed 70 @param op the operation to be performed
71 (QNetworkAccessManager.Operation) 71 (QNetworkAccessManager.Operation)
72 @param request reference to the request object (QNetworkRequest) 72 @param request reference to the request object (QNetworkRequest)
73 @param outgoingData reference to an IODevice containing data to be sent 73 @param outgoingData reference to an IODevice containing data to be sent

eric ide

mercurial