-----------------------------------------------------------------------------
| 332 | |
| 333 | //----------------------------------------------------------------------------- |
| 334 | void pqPythonShell::printMessage(const QString& text) |
| 335 | { |
| 336 | this->printString(text, STATUS); |
| 337 | this->prompt(); |
| 338 | } |
| 339 | |
| 340 | //----------------------------------------------------------------------------- |
| 341 | void pqPythonShell::clear() |
nothing calls this directly
no test coverage detected