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

Method clear

src/Base/ParameterPy.cpp:612–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612Py::Object ParameterGrpPy::clear(const Py::Tuple& args)
613{
614 if (!PyArg_ParseTuple(args.ptr(), "")) {
615 throw Py::Exception();
616 }
617
618 _cParamGrp->Clear();
619 return Py::None();
620}
621
622Py::Object ParameterGrpPy::isEmpty(const Py::Tuple& args)
623{

Callers

nothing calls this directly

Calls 3

ExceptionClass · 0.50
ptrMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected