Home
last modified time | relevance | path

Searched refs:errcheck (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_slicing.py104 def errcheck(result, func, args): function
110 dll.my_strdup.errcheck = errcheck
115 del dll.my_strdup.errcheck
/third_party/python/Modules/_ctypes/
D_ctypes.c3260 Py_XSETREF(self->errcheck, ob); in PyCFuncPtr_set_errcheck()
3267 if (self->errcheck) { in PyCFuncPtr_get_errcheck()
3268 Py_INCREF(self->errcheck); in PyCFuncPtr_get_errcheck()
3269 return self->errcheck; in PyCFuncPtr_get_errcheck()
4114 PyObject *errcheck; in PyCFuncPtr_call() local
4130 errcheck = self->errcheck /* ? self->errcheck : dict->errcheck */; in PyCFuncPtr_call()
4212 if (result != NULL && errcheck) { in PyCFuncPtr_call()
4213 PyObject *v = PyObject_CallFunctionObjArgs(errcheck, in PyCFuncPtr_call()
4242 Py_VISIT(self->errcheck); in PyCFuncPtr_traverse()
4256 Py_CLEAR(self->errcheck); in PyCFuncPtr_clear()
Dctypes.h96 PyObject *errcheck; member
/third_party/python/Doc/library/
Dctypes.rst511 through the :attr:`errcheck` attribute; see the reference manual for details.
1575 :attr:`restype` and assign a callable to the :attr:`errcheck` attribute.
1597 .. attribute:: errcheck
1793 Output parameters can be combined with the :attr:`errcheck` protocol to do
1798 >>> def errcheck(result, func, args):
1803 >>> GetWindowRect.errcheck = errcheck
1806 If the :attr:`errcheck` function returns the argument tuple it receives
1812 >>> def errcheck(result, func, args):
1818 >>> GetWindowRect.errcheck = errcheck
/third_party/skia/
Dgo.sum1149 github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
1150 github.com/kisielk/errcheck v1.2.0 h1:reN85Pxc5larApoH1keMBiu2GWtPqXQ1nc9gx+jOU+E=
1151 github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
1152 github.com/kisielk/errcheck v1.3.0 h1:LT9MIcYaA4MhK2jGb1DIWjJY8nnzC/bBqgKYhbWq+lk=
1153 github.com/kisielk/errcheck v1.3.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
1154 github.com/kisielk/errcheck v1.4.0 h1:ueN6QYA+c7eDQo7ebpNdYR8mUJZThiGz9PEoJEMGPzA=
1155 github.com/kisielk/errcheck v1.4.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
1156 github.com/kisielk/errcheck v1.5.0 h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=
1157 github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=