Go to the source code of this file.
◆ export_ideal()
Definition at line 55 of file ideal_wrap.cc.
57 boost::python::class_<Ideal>(
"Ideal",
"supports most operation a\
58 python list supports with the expception, that elements must\
61 .def(init<const Ideal&>())
64 .def(boost::python::init <>())
65 .def(vector_indexing_suite<Ideal >());
static Ring Ideal_get_Ring(const Ideal &p)
static boost::python::object Ideal_as_str(const Ideal &p)
◆ export_module()
Definition at line 68 of file ideal_wrap.cc.
70 boost::python::class_<Module>(
"Module",
"supports most operation a\
71 python list supports with the expception, that elements must\
74 .def(init<const Module&>())
77 .def(boost::python::init <>())
78 .def(vector_indexing_suite<Module>());
static boost::python::object Module_as_str(const Module &p)