Home
last modified time | relevance | path

Searched refs:exc_class (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dctypes.h368 extern void _ctypes_extend_error(PyObject *exc_class, char *fmt, ...);
Dcallproc.c961 void _ctypes_extend_error(PyObject *exc_class, char *fmt, ...) in _ctypes_extend_error() argument
991 PyErr_SetObject(exc_class, s); in _ctypes_extend_error()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py2520 def _CheckRaises(self, exc_class, callable_obj, exception): argument
2524 except exc_class as ex:
2529 raise self.failureException('%s not raised' % str(exc_class))