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 """ |