#include <pybind11/stl_bind.h>
#include "local_bindings.h"
#include "pybind11_tests.h"
#include "test_exceptions.h"
#include <numeric>
#include <utility>
Go to the source code of this file.
Functions | |
PYBIND11_MODULE (pybind11_cross_module_tests, m, py::mod_gil_not_used()) | |
PYBIND11_MODULE | ( | pybind11_cross_module_tests | , |
m | , | ||
py::mod_gil_not_used() | |||
) |
Definition at line 19 of file pybind11_cross_module_tests.cpp.