Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getType
Method
getType
src/Base/UnitPyImp.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
Py::String UnitPy::getType() const
199
{
200
return {getUnitPtr()->getTypeString(),
"utf-8"
};
201
}
202
203
Py::Tuple UnitPy::getSignature() const
204
{
Callers
nothing calls this directly
Calls
1
getTypeString
Method · 0.80
Tested by
no test coverage detected