eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7091
84d2a73b448a
parent 7082
ec199ef0cfc6
child 7095
8e10acb1cd85
equal deleted inserted replaced
7090:f4427962a4da 7091:84d2a73b448a
223 """ 223 """
224 pass 224 pass
225 225
226 def canRunScript(self): 226 def canRunScript(self):
227 """ 227 """
228 Public method to determine, if a Plotter can be started. 228 Public method to determine, if a script can be executed.
229 229
230 @return tuple containing a flag indicating it is safe to start a 230 @return tuple containing a flag indicating it is safe to start a
231 Plotter and a reason why it cannot. 231 Plotter and a reason why it cannot.
232 @rtype tuple of (bool, str) 232 @rtype tuple of (bool, str)
233 """ 233 """

eric ide

mercurial