Searched refs:PyExc_ArgError (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Modules/_ctypes/ |
| D | callproc.c | 1168 PyErr_Format(PyExc_ArgError, "too many arguments (%zi), maximum is %i", in _ctypes_callproc() 1201 _ctypes_extend_error(PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc() 1208 _ctypes_extend_error(PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc() 1214 _ctypes_extend_error(PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc()
|
| D | ctypes.h | 362 extern PyObject *PyExc_ArgError;
|
| D | _ctypes.c | 131 PyObject *PyExc_ArgError = NULL; variable 2364 PyErr_Format(PyExc_ArgError, in converters_from_argtypes() 5806 MOD_ADD("ArgumentError", Py_NewRef(PyExc_ArgError)); in _ctypes_add_objects() 5825 PyExc_ArgError = PyErr_NewException("ctypes.ArgumentError", NULL, NULL); in _ctypes_mod_exec() 5826 if (!PyExc_ArgError) { in _ctypes_mod_exec()
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| D | globals-to-fix.tsv | 894 Modules/_ctypes/_ctypes.c - PyExc_ArgError -
|