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

Method getTransacting

src/App/DocumentPyImp.cpp:1217–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217Py::Boolean DocumentPy::getTransacting() const
1218{
1219 return {getDocumentPtr()->isPerformingTransaction()};
1220}
1221
1222Py::String DocumentPy::getOldLabel() const
1223{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected