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

Method printMessage

Qt/Python/pqPythonShell.cxx:334–338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

printStringMethod · 0.95
promptMethod · 0.95

Tested by

no test coverage detected