Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getName
Method
getName
src/Base/TypePyImp.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
Py::String TypePy::getName() const
253
{
254
return {std::string(getBaseTypePtr()->getName())};
255
}
256
257
Py::Long TypePy::getKey() const
258
{
Callers
4
representation
Method · 0.45
getAllDerived
Method · 0.45
createInstance
Method · 0.45
getModule
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected