Searched refs:type_matches (Results 1 – 2 of 2) sorted by relevance
391 if (fetched_error.type_matches (PyExc_KeyboardInterrupt)) in gdbpy_handle_exception()393 else if (! fetched_error.type_matches (gdbpy_gdberror_exc) in gdbpy_handle_exception()
688 bool type_matches (PyObject *type) const in type_matches() function