Scarab  v2.9.0
Project 8 C++ Utility Library
Classes | Functions | Variables
test_exceptions.cpp File Reference
#include "pybind11_tests.h"
Include dependency graph for test_exceptions.cpp:

Go to the source code of this file.

Classes

class  MyException
 
class  MyException2
 
class  MyException3
 
class  MyException4
 
class  MyException5
 
class  MyException5_1
 
struct  PythonCallInDestructor
 

Functions

void test_submodule_exceptions (py::module &)
 

Variables

test_initializer exceptions ("exceptions", test_submodule_exceptions)
 

Function Documentation

◆ test_submodule_exceptions()

void test_submodule_exceptions ( py::module m)

Definition at line 68 of file test_exceptions.cpp.

Variable Documentation

◆ exceptions

test_initializer exceptions("exceptions", test_submodule_exceptions)