Go to the source code of this file.
Functions | |
void | bind_ConstructorStats (py::module_ &m) |
const char * | cpp_std () |
std::list< std::function< void(py::module_ &)> > & | initializers () |
PYBIND11_MODULE (pybind11_tests, m, py::mod_gil_not_used()) | |
void bind_ConstructorStats | ( | py::module_ & | m | ) |
Definition at line 44 of file pybind11_tests.cpp.
const char* cpp_std | ( | ) |
Definition at line 65 of file pybind11_tests.cpp.
std::list<std::function<void(py::module_ &)> >& initializers | ( | ) |
Definition at line 30 of file pybind11_tests.cpp.
PYBIND11_MODULE | ( | pybind11_tests | , |
m | , | ||
py::mod_gil_not_used() | |||
) |
Definition at line 78 of file pybind11_tests.cpp.