MCPcopy 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
137Py::String MetadataPy::getName() const
138{
139 return Py::String(getMetadataPtr()->name());
140}
141
142void MetadataPy::setName(Py::String args)
143{

Callers

nothing calls this directly

Calls 2

StringClass · 0.70
nameMethod · 0.45

Tested by

no test coverage detected