Changeset 595f59 in git


Ignore:
Timestamp:
Aug 26, 2005, 11:45:43 AM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c08bb7d74e10bbd1e3e56b2e9718ab1d745fc16a
Parents:
54d704ca0ca992eb2d7c22675e2f71e6e0059620
Message:
*bricken: first way for matrix to kernel


git-svn-id: file:///usr/local/Singular/svn/trunk@8572 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
modules/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/python/interpretertester

    r54d704 r595f59  
    5353print functions.testproc5(325)
    5454print functions.testproc6(x,y)
    55 print functions.sfksfdkjgsjk()
     55from Singular import foo2;
     56m=functions.testproc6(x,y)
     57print foo2(m)
    5658
    5759");
  • modules/python/playground.cc

    r54d704 r595f59  
    3131 
    3232}
    33 
     33boost::python::str foo2(array f){
     34  return boost::python::str("suc");
     35}
    3436void export_playground(){
    3537  def("foo",foo);
     38  def("foo2",foo2);
    3639}
Note: See TracChangeset for help on using the changeset viewer.