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

Method resetErrorFlag

Libs/Scripting/Python/Core/ctkAbstractPythonManager.cpp:199–207  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

197
198//-----------------------------------------------------------------------------
199void ctkAbstractPythonManager::resetErrorFlag()
200{
201 if (!PythonQt::self())
202 {
203 qWarning() << Q_FUNC_INFO << " failed: PythonQt is not initialized";
204 return;
205 }
206 PythonQt::self()->clearError();
207}
208
209//-----------------------------------------------------------------------------
210QStringList ctkAbstractPythonManager::pythonPaths()

Callers 4

testDefaultsMethod · 0.80
testExecuteStringMethod · 0.80

Calls

no outgoing calls

Tested by 4

testDefaultsMethod · 0.64
testExecuteStringMethod · 0.64