Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getType
Method
getType
src/App/MetadataPyImp.cpp:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
Py::String MetadataPy::getType() const
209
{
210
return Py::String(getMetadataPtr()->type());
211
}
212
213
void MetadataPy::setType(Py::String args)
214
{
Callers
nothing calls this directly
Calls
2
String
Class · 0.70
type
Method · 0.45
Tested by
no test coverage detected