Go to the source code of this file.
Functions | |
| std::list< std::function< void(py::module_ &)> > & | initializers () |
| void | bind_ConstructorStats (py::module_ &m) |
| PYBIND11_MODULE (pybind11_tests, m) | |
| void bind_ConstructorStats | ( | py::module_ & | m | ) |
Definition at line 45 of file pybind11_tests.cpp.
| std::list<std::function<void(py::module_ &)> >& initializers | ( | ) |
Definition at line 29 of file pybind11_tests.cpp.
| PYBIND11_MODULE | ( | pybind11_tests | , |
| m | |||
| ) |
Definition at line 65 of file pybind11_tests.cpp.
1.8.19