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

Method getAuthorAndLicense

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

Source from the content-addressed store, hash-verified

172}
173
174Py::String MaterialPy::getAuthorAndLicense() const
175{
176 return {getMaterialPtr()->getAuthorAndLicense().toStdString()};
177}
178
179Py::String MaterialPy::getAuthor() const
180{

Callers 1

getPropertiesMethod · 0.45

Calls 1

toStdStringMethod · 0.80

Tested by

no test coverage detected