Helpviewer/AdBlock/AdBlockAccessHandler.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
22 """ 22 """
23 Class implementing a scheme access handler for AdBlock URLs. 23 Class implementing a scheme access handler for AdBlock URLs.
24 """ 24 """
25 def createRequest(self, op, request, outgoingData=None): 25 def createRequest(self, op, request, outgoingData=None):
26 """ 26 """
27 Protected method to create a request. 27 Public method to create a request.
28 28
29 @param op the operation to be performed 29 @param op the operation to be performed
30 (QNetworkAccessManager.Operation) 30 (QNetworkAccessManager.Operation)
31 @param request reference to the request object (QNetworkRequest) 31 @param request reference to the request object (QNetworkRequest)
32 @param outgoingData reference to an IODevice containing data to be sent 32 @param outgoingData reference to an IODevice containing data to be sent

eric ide

mercurial