Searched refs:exc (Results 1 – 1 of 1) sorted by relevance
28 #define CTYPES_CHECK(exc, t) \ argument30 if (!(t)) return (exc) ? PyErr_Format(PyExc_TypeError, exc) : NULL; \