Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
Py::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
Exception
Class · 0.50
ptr
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected