8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
25 """ | 25 """ |
26 Constructor | 26 Constructor |
27 | 27 |
28 @param parent reference to the parent object (QObject) | 28 @param parent reference to the parent object (QObject) |
29 """ | 29 """ |
30 super(TranslatorRequest, self).__init__(parent) | 30 super().__init__(parent) |
31 | 31 |
32 self.__contentTypes = { | 32 self.__contentTypes = { |
33 "form": b"application/x-www-form-urlencoded", | 33 "form": b"application/x-www-form-urlencoded", |
34 "json": b"application/json", | 34 "json": b"application/json", |
35 } | 35 } |