MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / formatModuleError

Function formatModuleError

src/Gui/PythonWrapper.cpp:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475#else
476
477static std::string formatModuleError(const std::string& name)
478{
479 std::string error = "Cannot load " + name + " module";
480 return error;
481}
482
483static PyObject* importShiboken()
484{

Callers 2

importShibokenFunction · 0.85
importPySideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected