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

Method ptr

src/Base/SmartPtrPy.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100PyObject* SmartPtr::ptr() const
101{
102 return p;
103}
104
105bool SmartPtr::is(PyObject* pother) const
106{ // identity test

Callers 15

createInstanceMethod · 0.45
startMethod · 0.45
nextMethod · 0.45
stopMethod · 0.45
PyExceptionMethod · 0.45
raiseExceptionMethod · 0.45
runStringWithKeyMethod · 0.45
addModuleMethod · 0.45
setCustomAttributesMethod · 0.45
setRotationMethod · 0.45
setMatrixMethod · 0.45
number_power_handlerMethod · 0.45

Calls

no outgoing calls

Tested by 15

new_UnitTestMethod · 0.36
setTestMethod · 0.36
addTestMethod · 0.36
runTestMethod · 0.36
clearErrorListMethod · 0.36
insertErrorMethod · 0.36
setUnitTestMethod · 0.36
getUnitTestMethod · 0.36
setStatusTextMethod · 0.36
setProgressFracMethod · 0.36
errorDialogMethod · 0.36
setRunCountMethod · 0.36