STADLS
pystadls.h
Go to the documentation of this file.
1 /* This header file contains additional code related to python bindings */
2 #include <pybind11/pybind11.h>
3 
4 #include "stadls/vx/genpybind.h"
5 
6 namespace py = pybind11;
7 
9 GENPYBIND_MANUAL({
10  parent.attr("__variant__") = "pybind11";
11  parent->py::module::import("pyhalco_hicann_dls_vx_v3");
12  parent->py::module::import("pyhaldls_vx_v3");
13  parent->py::module::import("pylola_vx_v3");
14 })
15 
16 #include "stadls/vx/v3/stadls.h"
#define GENPYBIND_TAG_STADLS_VX_V3
Definition: genpybind.h:6