src/eric7/MicroPython/Devices/DeviceBase.py

branch
eric7
changeset 9763
52f982c08301
parent 9756
9854647c8c5c
child 9765
6378da868bb0
equal deleted inserted replaced
9762:333374cf3a18 9763:52f982c08301
100 def setButtons(self): 100 def setButtons(self):
101 """ 101 """
102 Public method to enable the supported action buttons. 102 Public method to enable the supported action buttons.
103 """ 103 """
104 self.microPython.setActionButtons( 104 self.microPython.setActionButtons(
105 open=False, save=False, run=False, repl=False, files=False, chart=False 105 run=False, repl=False, files=False, chart=False
106 ) 106 )
107 107
108 def forceInterrupt(self): 108 def forceInterrupt(self):
109 """ 109 """
110 Public method to determine the need for an interrupt when opening the 110 Public method to determine the need for an interrupt when opening the

eric ide

mercurial