eric6/E5XML/XMLStreamReaderBase.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
child 8228
772103b14c18
equal deleted inserted replaced
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

eric ide

mercurial