Changeset 35ad2d in git for modules


Ignore:
Timestamp:
Sep 24, 2005, 5:14:25 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
666465b21f4952ac9b9d6a8fd2b141c87281a944
Parents:
22ed4cf89aab148fdc7f4bd4b032c31b19d38331
Message:
*bricken: some documentation


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

Legend:

Unmodified
Added
Removed
  • modules/python/interpreter.py

    r22ed4c r35ad2d  
    2626    return l
    2727class singular_globals_proxy(object):
     28    """The Most import class
     29      singular=singular_globals_proxy()
     30      for some ideal
     31        singular.groebner(i)
     32        singular.std(i)
     33      in general all interpreter and kernel functions
     34      with supported data type work
     35      for some global poly variable p in the interpreter and p in python
     36        singular.p=p
     37        p=singular.p
     38      this is always a copy as this object is only some magic proxy"""
    2839    def __mycbm(self,name,*args):
    2940      l=list2arg_list(args)
Note: See TracChangeset for help on using the changeset viewer.