28 #include "pybind11/pybind11.h" 36 sim_pybind(pybind11::module &m_internal)
38 pybind11::module
m = m_internal.def_submodule(
"sim");
40 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.