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 |