8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
19 Constructor | 19 Constructor |
20 | 20 |
21 @param parent referemce to the parent object | 21 @param parent referemce to the parent object |
22 @type QObject | 22 @type QObject |
23 """ | 23 """ |
24 super(UrlInterceptor, self).__init__(parent) | 24 super().__init__(parent) |
25 | 25 |
26 def interceptRequest(self, info): | 26 def interceptRequest(self, info): |
27 """ | 27 """ |
28 Public method to intercept a request. | 28 Public method to intercept a request. |
29 | 29 |