MCPcopy 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
198Py::String UnitPy::getType() const
199{
200 return {getUnitPtr()->getTypeString(), "utf-8"};
201}
202
203Py::Tuple UnitPy::getSignature() const
204{

Callers

nothing calls this directly

Calls 1

getTypeStringMethod · 0.80

Tested by

no test coverage detected