MCPcopy 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
208Py::String MetadataPy::getType() const
209{
210 return Py::String(getMetadataPtr()->type());
211}
212
213void MetadataPy::setType(Py::String args)
214{

Callers

nothing calls this directly

Calls 2

StringClass · 0.70
typeMethod · 0.45

Tested by

no test coverage detected