Home
last modified time | relevance | path

Searched refs:PyExc_ArgError (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
Dcallproc.c1168 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()
Dctypes.h362 extern PyObject *PyExc_ArgError;
D_ctypes.c131 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/
Dglobals-to-fix.tsv894 Modules/_ctypes/_ctypes.c - PyExc_ArgError -