Ignore:
Timestamp:
Jun 17, 2005, 11:29:27 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
88f1af180fd61cad5c84ed7e886b02fa905372c9
Parents:
d113d3aba56b6d8664654dbfaeeae4b356a2527e
Message:
*bricken: refactored


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/objects.py

    rd113d3 r559396  
    8888    XMLAttributes=property(__getXMLAttributes,__setXMLAttributes,__delXMLAttributes,\
    8989        "xml attributes")
    90     def XMLencode(self, context):
     90    def XMLEncode(self, context):
    9191       
    9292        attr=self.XMLAttributes
     
    243243    def evaluate(self, context):
    244244        return context.evaluate(self.ref)
    245     def XMLencode(self, context):
     245    def XMLEncode(self, context):
    246246        "FIXME: maybe it should also be able to encode as reference"
    247247        return context.XMLEncodeObject(self.ref)
     
    310310    i=OMint(22482489)
    311311    print i.body
    312     print i.XMLencode(context)
     312    print i.XMLEncode(context)
    313313    #i.body="dshj"
    314314   
Note: See TracChangeset for help on using the changeset viewer.