eric6/MicroPython/EspDevices.py

branch
micropython
changeset 7091
84d2a73b448a
parent 7077
3b7475b7a1ef
child 7095
8e10acb1cd85
equal deleted inserted replaced
7090:f4427962a4da 7091:84d2a73b448a
107 self.microPython.setActionButtons( 107 self.microPython.setActionButtons(
108 files=not (on or self.__replActive)) 108 files=not (on or self.__replActive))
109 109
110 def canRunScript(self): 110 def canRunScript(self):
111 """ 111 """
112 Public method to determine, if a Plotter can be started. 112 Public method to determine, if a script can be executed.
113 113
114 @return tuple containing a flag indicating it is safe to start a 114 @return tuple containing a flag indicating it is safe to start a
115 Plotter and a reason why it cannot. 115 Plotter and a reason why it cannot.
116 @rtype tuple of (bool, str) 116 @rtype tuple of (bool, str)
117 """ 117 """

eric ide

mercurial