1 #include "pybind11/operators.h"
2 #include "pybind11/pybind11.h"
3 #include "pybind11/stl.h"
4 #include "pybind11/stl_bind.h"
9 namespace py = pybind11;
17 #ifdef PYBIND11_MODULE
18 PYBIND11_MODULE(genlib_writer, m)
20 m.doc() =
"hal GenlibWriterPlugin python bindings";
24 py::module m(
"genlib_writer",
"hal GenlibWriterPlugin python bindings");
27 py::class_<GenlibWriterPlugin, RawPtrWrapper<GenlibWriterPlugin>,
BasePluginInterface>(m,
"GenlibWriterPlugin")
34 #ifndef PYBIND11_MODULE
std::string get_version() const override
std::string get_name() const override
const Module * module(const Gate *g, const NodeBoxes &boxes)