Home
last modified time | relevance | path

Searched defs:exc_class (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
Dcallproc.c961 void _ctypes_extend_error(PyObject *exc_class, char *fmt, ...) in _ctypes_extend_error()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py2520 def _CheckRaises(self, exc_class, callable_obj, exception): argument