Home
last modified time | relevance | path

Searched defs:setfunc (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_ctypes/
Dctypes.h66 SETFUNC setfunc; member
164 SETFUNC setfunc; member
179 SETFUNC setfunc; /* setter function if proto is NULL */ member
200 SETFUNC setfunc; /* Only for simple objects */ member
Dcallbacks.c136 SETFUNC setfunc, in _CallPythonObject()
D_ctypes.c3084 _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()
Dcfield.c55 SETFUNC setfunc = NULL; in PyCField_FromDesc() local
/third_party/python/Lib/test/
Dinspect_fodder2.py53 def setfunc(func): function