Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getVersion
Method
getVersion
src/App/MetadataPyImp.cpp:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
Py::String MetadataPy::getVersion() const
157
{
158
return Py::String(getMetadataPtr()->version().str());
159
}
160
161
void MetadataPy::setVersion(Py::String args)
162
{
Callers
1
Initialize
Method · 0.80
Calls
3
String
Class · 0.70
str
Method · 0.45
version
Method · 0.45
Tested by
no test coverage detected