Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
Py::String MetadataPy::getDescription() const
195
{
196
return Py::String(getMetadataPtr()->description());
197
}
198
199
void MetadataPy::setDescription(Py::String args)
200
{
Callers
nothing calls this directly
Calls
2
String
Class · 0.70
description
Method · 0.45
Tested by
no test coverage detected