30 #include "pybind11/pybind11.h" 38 sim_pybind(pybind11::module &m_internal)
40 pybind11::module
m = m_internal.def_submodule(
"sim");
42 Port, std::unique_ptr<Port, pybind11::nodelete>>(
m,
"Port")
Ports are used to interface objects to each other.
static EmbeddedPyBind embed_("stattest", stattest_init_pybind)
virtual void bind(Port &peer)
Attach to a peer port.