Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
Py::String MaterialPy::getAuthor() const
180
{
181
return {getMaterialPtr()->getAuthor().toStdString()};
182
}
183
184
void MaterialPy::setAuthor(Py::String arg)
185
{
Callers
2
getProperties
Method · 0.45
updateMaterialGeneral
Method · 0.45
Calls
1
toStdString
Method · 0.80
Tested by
no test coverage detected