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

Method setPs2

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

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

Source from the content-addressed store, hash-verified

709
710//----------------------------------------------------------------------------
711void ctkPythonConsole::setPs2(const QString& newPs2)
712{
713 PySys_SetObject(const_cast<char*>("ps2"), PyString_FromString(newPs2.toLatin1().data()));
714}
715
716//----------------------------------------------------------------------------
717void ctkPythonConsole::executeCommand(const QString& command)

Callers 2

initializeMethod · 0.95
resetMethod · 0.95

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected