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

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1803 exception<CppException> &get_exception_object() { static exception<CppException> ex; return ex; } function
1816 auto &ex = detail::get_exception_object<CppException>();
1824 detail::get_exception_object<CppException>()(e.what());

Completed in 12 milliseconds