![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|
#include "pybind11_tests.h"#include "local_bindings.h"#include <pybind11/stl.h>#include <pybind11/stl_bind.h>#include <numeric>
Go to the source code of this file.
Functions | |
| void | test_submodule_local_bindings (py::module &) |
Variables | |
| test_initializer | local_bindings ("local_bindings", test_submodule_local_bindings) |
| void test_submodule_local_bindings | ( | py::module & | m | ) |
Definition at line 17 of file test_local_bindings.cpp.
| test_initializer local_bindings("local_bindings", test_submodule_local_bindings) |
1.8.13