eric6/MicroPython/PyBoardDevices.py

changeset 8220
006ee31b4835
parent 8218
7c09585bd960
equal deleted inserted replaced
8219:013aee248a62 8220:006ee31b4835
42 @param deviceType device type assigned to this device interface 42 @param deviceType device type assigned to this device interface
43 @type str 43 @type str
44 @param parent reference to the parent object 44 @param parent reference to the parent object
45 @type QObject 45 @type QObject
46 """ 46 """
47 super().__init__(microPythonWidget, deviceType, 47 super().__init__(microPythonWidget, deviceType, parent)
48 parent)
49 48
50 self.__workspace = self.__findWorkspace() 49 self.__workspace = self.__findWorkspace()
51 50
52 def setButtons(self): 51 def setButtons(self):
53 """ 52 """

eric ide

mercurial