MCPcopy Create free account
hub / github.com/Kitware/ParaView / clear

Method clear

Qt/Python/pqPythonShell.cxx:341–346  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

resetActionsMethod · 0.45
pqPythonTextAreaMethod · 0.45
updateScriptsListMethod · 0.45
FillQMenuMethod · 0.45

Calls 1

promptMethod · 0.95

Tested by

no test coverage detected