#include "test_exceptions.h"
#include "local_bindings.h"
#include "pybind11_tests.h"
#include <exception>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Classes | |
class | MyException |
class | MyException2 |
class | MyException3 |
class | MyException4 |
class | MyException5 |
class | MyException5_1 |
class | MyException6 |
struct | PythonAlreadySetInDestructor |
struct | PythonCallInDestructor |
Functions | |
std::string | error_already_set_what (const py::object &exc_type, const py::object &exc_value) |
TEST_SUBMODULE (exceptions, m) | |
std::string error_already_set_what | ( | const py::object & | exc_type, |
const py::object & | exc_value | ||
) |
Definition at line 108 of file test_exceptions.cpp.
TEST_SUBMODULE | ( | exceptions | , |
m | |||
) |
Definition at line 113 of file test_exceptions.cpp.