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

Method getLicense

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

Source from the content-addressed store, hash-verified

187}
188
189Py::String MaterialPy::getLicense() const
190{
191 return {getMaterialPtr()->getLicense().toStdString()};
192}
193
194void MaterialPy::setLicense(Py::String arg)
195{

Callers 2

getPropertiesMethod · 0.45
updateMaterialGeneralMethod · 0.45

Calls 1

toStdStringMethod · 0.80

Tested by

no test coverage detected