Changeset 80e54c in git for modules/python/ideal_wrap.cc


Ignore:
Timestamp:
Mar 15, 2006, 11:40:44 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
7b4b1466fdc301c05724da66b8a6722d37c91f62
Parents:
d4a6dc5a2b2199b48cde94c7a70ac5d4a3cf4def
Message:
*bricken: working on docu


git-svn-id: file:///usr/local/Singular/svn/trunk@9018 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/python/ideal_wrap.cc

    rd4a6dc5 r80e54c  
    1 //$Id: ideal_wrap.cc,v 1.8 2006-03-09 14:49:17 bricken Exp $
     1//$Id: ideal_wrap.cc,v 1.9 2006-03-15 10:40:43 bricken Exp $
    22#include <boost/python.hpp>
    33#include "mod2.h"
     
    3636void export_ideal()
    3737{
    38    boost::python::class_<Ideal>("Ideal")
     38   boost::python::class_<Ideal>("Ideal", "supports most operation a\
     39    python list supports with the expception, that elements must\
     40    be Polynomials")
    3941     .def("__str__", Ideal_as_str)
    4042     .def("ring",Ideal_get_Ring)
Note: See TracChangeset for help on using the changeset viewer.