Searched refs:PyExc_Exception (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_exceptions.cpp138 if (!ex.matches(PyExc_Exception)) throw;
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1782 exception(handle scope, const char *name, PyObject *base = PyExc_Exception) { argument
1815 PyObject *base = PyExc_Exception) {
1813 register_exception(handle scope, const char *name, PyObject *base = PyExc_Exception) argument

Completed in 13 milliseconds