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

Method clearErrorList

src/Mod/Test/Gui/UnitTestPy.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81Py::Object UnitTestDialogPy::clearErrorList(const Py::Tuple& args)
82{
83 if (!PyArg_ParseTuple(args.ptr(), "")) {
84 throw Py::Exception();
85 }
86 UnitTestDialog::instance()->clearErrorList();
87 return Py::None();
88}
89
90Py::Object UnitTestDialogPy::insertError(const Py::Tuple& args)
91{

Callers 2

exerciseFunction · 0.45
notifyRunningMethod · 0.45

Calls 3

ExceptionClass · 0.50
instanceFunction · 0.50
ptrMethod · 0.45

Tested by

no test coverage detected