![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
#include "pybind11_tests.h"#include "constructor_stats.h"#include <pybind11/functional.h>#include <thread>
Go to the source code of this file.
Functions | |
| int | dummy_function (int i) |
| void | test_submodule_callbacks (py::module &) |
Variables | |
| test_initializer | callbacks ("callbacks", test_submodule_callbacks) |
| int dummy_function | ( | int | i | ) |
Definition at line 16 of file test_callbacks.cpp.
| void test_submodule_callbacks | ( | py::module & | m | ) |
Definition at line 18 of file test_callbacks.cpp.
| test_initializer callbacks("callbacks", test_submodule_callbacks) |
1.8.13