MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getAuthor

Method getAuthor

src/Mod/Material/App/MaterialPyImp.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179Py::String MaterialPy::getAuthor() const
180{
181 return {getMaterialPtr()->getAuthor().toStdString()};
182}
183
184void MaterialPy::setAuthor(Py::String arg)
185{

Callers 2

getPropertiesMethod · 0.45
updateMaterialGeneralMethod · 0.45

Calls 1

toStdStringMethod · 0.80

Tested by

no test coverage detected