Changeset d4cf20 in git


Ignore:
Timestamp:
Jun 24, 2005, 11:19:52 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
ee17bf95ed1666f2faa03fb99a49b4518f2e3473
Parents:
e93f7b07b36da664af34ef23c28fc8d9f21b67ce
Message:
*bricken: beautified


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/arith1.py

    re93f7b rd4cf20  
    1111def plusfunc(context, *args):
    1212    "tries, convert to generic and adding"
    13     #print "plusfunc", args
    1413    args = [context.toGeneric(omobj) for omobj in args]
    1514    if len(args) == 0:
     
    2120    return erg
    2221implementation.implement("plus", plusfunc)
    23 #print implementation[sym]
    24 #print plussym
    25 #print sym==plussym
    26 #print implementation[plussym]
    27 #plusimpl=ImplementedOMSymbol(plussym,plusfunc)
    28 #implementation[plussym]=plusimpl
    29 #print "Laenge", (len(implementation.implementations))
    30 #assert OMSymbol("plus",content)==OMSymbol("plus",content)
Note: See TracChangeset for help on using the changeset viewer.