Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
Py::String MaterialPy::getAuthorAndLicense() const
175
{
176
return {getMaterialPtr()->getAuthorAndLicense().toStdString()};
177
}
178
179
Py::String MaterialPy::getAuthor() const
180
{
Callers
1
getProperties
Method · 0.45
Calls
1
toStdString
Method · 0.80
Tested by
no test coverage detected