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

Method getDescription

src/App/MetadataPyImp.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194Py::String MetadataPy::getDescription() const
195{
196 return Py::String(getMetadataPtr()->description());
197}
198
199void MetadataPy::setDescription(Py::String args)
200{

Callers

nothing calls this directly

Calls 2

StringClass · 0.70
descriptionMethod · 0.45

Tested by

no test coverage detected