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

Method executeCommand

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

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

Source from the content-addressed store, hash-verified

715
716//----------------------------------------------------------------------------
717void ctkPythonConsole::executeCommand(const QString& command)
718{
719 Q_D(ctkPythonConsole);
720 d->MultilineStatement = d->push(command);
721}
722
723//----------------------------------------------------------------------------
724void ctkPythonConsole::executeString(const QString& commands)

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected