#include <pybind11_tests.h>
Public Member Functions | |
test_initializer (const char *submodule_name, Initializer init) | |
test_initializer (Initializer init) | |
Private Types | |
using | Initializer = void(*)(py::module_ &) |
Definition at line 11 of file pybind11_tests.h.
|
private |
Definition at line 12 of file pybind11_tests.h.
|
explicit |
Definition at line 35 of file pybind11_tests.cpp.
test_initializer::test_initializer | ( | const char * | submodule_name, |
Initializer | init | ||
) |
Definition at line 37 of file pybind11_tests.cpp.