MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getTypeId

Method getTypeId

src/Base/BaseClassPyImp.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66Py::String BaseClassPy::getTypeId() const
67{
68 return {std::string(getBaseClassPtr()->getTypeId().getName())};
69}
70
71Py::String BaseClassPy::getModule() const
72{

Callers 2

getAllDerivedFromMethod · 0.45
getModuleMethod · 0.45

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected