Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallproc.c1004 void _ctypes_extend_error(PyObject *exc_class, const char *fmt, ...) in _ctypes_extend_error()
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2815 def _CheckRaises(self, exc_class, callable_obj, exception): argument