Changeset 9b973c in git


Ignore:
Timestamp:
Jun 14, 2005, 5:20:48 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
b651ed658210a13bafea82a0ffdd1baa31075eb8
Parents:
bfcf687e51e5ee8dc6e9b10bbbf0d8eddf26d90a
Message:
*bricken: so much fun


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/objects.py

    rbfcf68 r9b973c  
    175175class OMint(SimpleValue):
    176176    def __init__(self,value):
     177        if not isinstance(value,int):
     178            value=self.parse(value)
    177179        super(OMint,self).__init__(value)
    178180    def parse(self,value):
Note: See TracChangeset for help on using the changeset viewer.