Searched defs:setfunc (Results 1 – 5 of 5) sorted by relevance
66 SETFUNC setfunc; member164 SETFUNC setfunc; member179 SETFUNC setfunc; /* setter function if proto is NULL */ member200 SETFUNC setfunc; /* Only for simple objects */ member
136 SETFUNC setfunc, in _CallPythonObject()
3084 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in _PyCData_set()3192 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, in PyCData_set()
55 SETFUNC setfunc = NULL; in PyCField_FromDesc() local
53 def setfunc(func): function