8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
23 """ | 23 """ |
24 Constructor | 24 Constructor |
25 | 25 |
26 @param device reference to the I/O device to read from (QIODevice) | 26 @param device reference to the I/O device to read from (QIODevice) |
27 """ | 27 """ |
28 super(XMLStreamReaderBase, self).__init__(device) | 28 super().__init__(device) |
29 | 29 |
30 def toBool(self, value): | 30 def toBool(self, value): |
31 """ | 31 """ |
32 Public method to convert the given value to bool. | 32 Public method to convert the given value to bool. |
33 | 33 |