#include <pybind11/gil_safe_call_once.h>#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 |
| class | MyExceptionUseDeprecatedOperatorCall |
| struct | PythonAlreadySetInDestructor |
| struct | PythonCallInDestructor |
Functions | |
| TEST_SUBMODULE (exceptions, m) | |
| TEST_SUBMODULE | ( | exceptions | , |
| m | |||
| ) |
Definition at line 114 of file test_exceptions.cpp.