MCPcopy 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
252Py::String TypePy::getName() const
253{
254 return {std::string(getBaseTypePtr()->getName())};
255}
256
257Py::Long TypePy::getKey() const
258{

Callers 4

representationMethod · 0.45
getAllDerivedMethod · 0.45
createInstanceMethod · 0.45
getModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected