Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
Py::String BaseClassPy::getTypeId() const
67
{
68
return {std::string(getBaseClassPtr()->getTypeId().getName())};
69
}
70
71
Py::String BaseClassPy::getModule() const
72
{
Callers
2
getAllDerivedFrom
Method · 0.45
getModule
Method · 0.45
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected