Home
last modified time | relevance | path

Searched refs:PyCFuncPtr_set_errcheck (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3060 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob, void *Py_UNUSED(ignored)) in PyCFuncPtr_set_errcheck() function
3159 { "errcheck", (getter)PyCFuncPtr_get_errcheck, (setter)PyCFuncPtr_set_errcheck,
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3168 PyCFuncPtr_set_errcheck(PyCFuncPtrObject *self, PyObject *ob) in PyCFuncPtr_set_errcheck() function
3270 { "errcheck", (getter)PyCFuncPtr_get_errcheck, (setter)PyCFuncPtr_set_errcheck,