μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
pybind11_tests.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <functional>
#include <list>
Include dependency graph for pybind11_tests.cpp:

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)
 

Function Documentation

◆ bind_ConstructorStats()

void bind_ConstructorStats ( py::module_ &  m)

◆ initializers()

std::list< std::function< void(py::module_ &)> > & initializers ( )

Definition at line 30 of file pybind11_tests.cpp.

Referenced by PYBIND11_MODULE(), and test_initializer::test_initializer().

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pybind11_tests  ,
 
)