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 |