8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
21 Constructor | 21 Constructor |
22 | 22 |
23 @param parent reference to the parent object | 23 @param parent reference to the parent object |
24 @type QObject | 24 @type QObject |
25 """ | 25 """ |
26 super(ImageSearchEngine, self).__init__(parent) | 26 super().__init__(parent) |
27 | 27 |
28 self.__searchEngineNames = ["Google", "TinEye", "Yandex"] | 28 self.__searchEngineNames = ["Google", "TinEye", "Yandex"] |
29 | 29 |
30 def searchEngine(self): | 30 def searchEngine(self): |
31 """ | 31 """ |