MCPcopy 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
97PyObject* PropertyInteger::getPyObject()
98{
99 return Py_BuildValue("l", _lValue);
100}
101
102void PropertyInteger::setPyObject(PyObject* value)
103{

Callers 1

getPyPathValueMethod · 0.45

Calls 9

new_reference_toFunction · 0.85
getSizeFunction · 0.50
stringMethod · 0.45
c_strMethod · 0.45
sizeMethod · 0.45
isValidMethod · 0.45
getValueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected