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

Method getExtendedObject

src/App/ExtensionPyImp.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39Py::Object ExtensionPy::getExtendedObject() const
40{
41 return Py::Object(getExtensionPtr()->getExtendedContainer()->getPyObject(), true);
42}
43
44PyObject* ExtensionPy::getCustomAttributes(const char* /*attr*/) const
45{

Callers 8

updateGroupMethod · 0.45
addObjectMethod · 0.45
removeObjectMethod · 0.45
hasObjectMethod · 0.45
allowObjectMethod · 0.45
getLastPostObjectMethod · 0.45
representationMethod · 0.45

Calls 2

ObjectClass · 0.70
getPyObjectMethod · 0.45

Tested by

no test coverage detected