Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
Py::String MaterialPy::getLicense() const
190
{
191
return {getMaterialPtr()->getLicense().toStdString()};
192
}
193
194
void MaterialPy::setLicense(Py::String arg)
195
{
Callers
2
getProperties
Method · 0.45
updateMaterialGeneral
Method · 0.45
Calls
1
toStdString
Method · 0.80
Tested by
no test coverage detected