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

Method getPyObject

src/App/FeaturePython.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432PyObject* FeaturePythonImp::getPyObject()
433{
434 // ref counter is set to 1
435 return new FeaturePythonPyT<DocumentObjectPy>(object);
436}
437
438FeaturePythonImp::ValueT FeaturePythonImp::hasChildElement() const
439{

Callers 15

executeMethod · 0.45
mustExecuteMethod · 0.45
onBeforeChangeMethod · 0.45
onBeforeChangeLabelMethod · 0.45
onChangedMethod · 0.45
onDocumentRestoredMethod · 0.45
unsetupObjectMethod · 0.45
getSubObjectMethod · 0.45
getSubObjectsMethod · 0.45
getLinkedObjectMethod · 0.45
hasChildElementMethod · 0.45
isElementVisibleMethod · 0.45

Calls 4

_NoneFunction · 0.85
new_reference_toFunction · 0.85
ObjectClass · 0.70
isMethod · 0.45

Tested by

no test coverage detected