Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getPyObject
Method
getPyObject
src/App/PropertyStandard.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
PyObject* PropertyInteger::getPyObject()
98
{
99
return Py_BuildValue(
"l"
, _lValue);
100
}
101
102
void PropertyInteger::setPyObject(PyObject* value)
103
{
Callers
1
getPyPathValue
Method · 0.45
Calls
9
new_reference_to
Function · 0.85
getSize
Function · 0.50
string
Method · 0.45
c_str
Method · 0.45
size
Method · 0.45
isValid
Method · 0.45
getValue
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected