8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
24 Constructor | 24 Constructor |
25 | 25 |
26 @param window reference to the web browser window | 26 @param window reference to the web browser window |
27 @type WebBrowserWindow | 27 @type WebBrowserWindow |
28 """ | 28 """ |
29 super(StatusBarIcon, self).__init__(window) | 29 super().__init__(window) |
30 | 30 |
31 self._window = window | 31 self._window = window |
32 | 32 |
33 def _testCurrentPageWebAttribute(self, attr): | 33 def _testCurrentPageWebAttribute(self, attr): |
34 """ | 34 """ |