MCPcopy 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
156Py::String MetadataPy::getVersion() const
157{
158 return Py::String(getMetadataPtr()->version().str());
159}
160
161void MetadataPy::setVersion(Py::String args)
162{

Callers 1

InitializeMethod · 0.80

Calls 3

StringClass · 0.70
strMethod · 0.45
versionMethod · 0.45

Tested by

no test coverage detected