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

Method stop

src/Base/ProgressIndicatorPy.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106Py::Object ProgressIndicatorPy::stop(const Py::Tuple& args)
107{
108 if (!PyArg_ParseTuple(args.ptr(), "")) {
109 throw Py::Exception();
110 }
111 _seq.reset();
112 return Py::None();
113}

Callers

nothing calls this directly

Calls 3

ExceptionClass · 0.50
ptrMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected