Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getName
Method
getName
src/App/MetadataPyImp.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
Py::String MetadataPy::getName() const
138
{
139
return Py::String(getMetadataPtr()->name());
140
}
141
142
void MetadataPy::setName(Py::String args)
143
{
Callers
nothing calls this directly
Calls
2
String
Class · 0.70
name
Method · 0.45
Tested by
no test coverage detected