Searched refs:PyExc_ArgError (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 1203 PyErr_Format(st->PyExc_ArgError, "too many arguments (%zi), maximum is %i", in _ctypes_callproc() 1236 _ctypes_extend_error(st->PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc() 1243 _ctypes_extend_error(st->PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc() 1249 _ctypes_extend_error(st->PyExc_ArgError, "argument %zd: ", i+1); in _ctypes_callproc()
|
D | ctypes.h | 72 PyObject *PyExc_ArgError; member
|
D | _ctypes.c | 2496 PyErr_Format(st->PyExc_ArgError, in converters_from_argtypes() 5870 MOD_ADD("ArgumentError", Py_NewRef(st->PyExc_ArgError)); in _ctypes_add_objects() 5891 st->PyExc_ArgError = PyErr_NewException("ctypes.ArgumentError", NULL, NULL); in _ctypes_mod_exec() 5892 if (!st->PyExc_ArgError) { in _ctypes_mod_exec() 5914 Py_VISIT(st->PyExc_ArgError); in module_traverse() 5949 Py_CLEAR(st->PyExc_ArgError); in module_clear()
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 386 Modules/_ctypes/ctypes.h - PyExc_ArgError - 417 Modules/_ctypes/_ctypes.c - PyExc_ArgError -
|