eric6/MicroPython/MicroPythonCommandsInterface.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8257
28146736bbfc
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
61 Constructor 61 Constructor
62 62
63 @param parent reference to the parent object 63 @param parent reference to the parent object
64 @type QObject 64 @type QObject
65 """ 65 """
66 super(MicroPythonCommandsInterface, self).__init__(parent) 66 super().__init__(parent)
67 67
68 self.__repl = parent 68 self.__repl = parent
69 69
70 self.__blockReadyRead = False 70 self.__blockReadyRead = False
71 71

eric ide

mercurial