Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
PyObject* SmartPtr::ptr() const
101
{
102
return p;
103
}
104
105
bool SmartPtr::is(PyObject* pother) const
106
{ // identity test
Callers
15
createInstance
Method · 0.45
start
Method · 0.45
next
Method · 0.45
stop
Method · 0.45
PyException
Method · 0.45
raiseException
Method · 0.45
runStringWithKey
Method · 0.45
addModule
Method · 0.45
setCustomAttributes
Method · 0.45
setRotation
Method · 0.45
setMatrix
Method · 0.45
number_power_handler
Method · 0.45
Calls
no outgoing calls
Tested by
15
new_UnitTest
Method · 0.36
setTest
Method · 0.36
addTest
Method · 0.36
runTest
Method · 0.36
clearErrorList
Method · 0.36
insertError
Method · 0.36
setUnitTest
Method · 0.36
getUnitTest
Method · 0.36
setStatusText
Method · 0.36
setProgressFrac
Method · 0.36
errorDialog
Method · 0.36
setRunCount
Method · 0.36