-----------------------------------------------------------------------------
| 339 | |
| 340 | //----------------------------------------------------------------------------- |
| 341 | void pqPythonShell::clear() |
| 342 | { |
| 343 | this->Internals->Ui.consoleWidget->clear(); |
| 344 | this->Prompted = false; |
| 345 | this->prompt(); |
| 346 | } |
| 347 | |
| 348 | //----------------------------------------------------------------------------- |
| 349 | void pqPythonShell::executeScript(const QString& script) |
no test coverage detected