MCPcopy Create free account
hub / github.com/commontk/CTK / executeString

Method executeString

Libs/Scripting/Python/Widgets/ctkPythonConsole.cpp:724–728  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

722
723//----------------------------------------------------------------------------
724void ctkPythonConsole::executeString(const QString& commands)
725{
726 Q_D(ctkPythonConsole);
727 d->PythonManager->executeString(commands);
728}
729
730//----------------------------------------------------------------------------
731void ctkPythonConsole::reset()

Callers 1

initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected