Searched refs:PyExc_ArgError (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 1166 PyErr_Format(PyExc_ArgError, "too many arguments (%zi), maximum is %i", in _ctypes_callproc() 1203 _ctypes_extend_error(PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc() 1210 _ctypes_extend_error(PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc() 1216 _ctypes_extend_error(PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc()
|
D | ctypes.h | 341 extern PyObject *PyExc_ArgError;
|
D | _ctypes.c | 121 PyObject *PyExc_ArgError = NULL; variable 5805 MOD_ADD("ArgumentError", Py_NewRef(PyExc_ArgError)); in _ctypes_add_objects() 5824 PyExc_ArgError = PyErr_NewException("ctypes.ArgumentError", NULL, NULL); in _ctypes_mod_exec() 5825 if (!PyExc_ArgError) { in _ctypes_mod_exec()
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2384 Modules/_ctypes/_ctypes.c - PyExc_ArgError -
|