Changeset f0e366 in git for modules/python


Ignore:
Timestamp:
Aug 23, 2005, 6:13:32 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
3e7176c6f313580c758463bacf29d0288c68e67e
Parents:
c59d2377225a435ba7abf24912a5dec401a3d5ff
Message:
*bricken: some magic


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

Legend:

Unmodified
Added
Removed
  • modules/python/interpretertester

    rc59d237 rf0e366  
    5757testproc5=get_idhdl('testproc5')
    5858print call_interpreter_method(testproc5, l)
     59from interpreter import global_functions
     60functions=global_functions()
     61print functions.testproc5(4895)
    5962");
    6063$
Note: See TracChangeset for help on using the changeset viewer.