Ignore:
Timestamp:
Jun 15, 2005, 1:56:48 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
9122086d5002d157fdfe81f44ea84f1836d551db
Parents:
aeb6d365075d1f830530abf950058c3afdc8f977
Message:
*bricken: refactoring


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/binding.py

    raeb6d3 rb1b9c0d  
    1010    return lambdasym==sym
    1111   
    12 class OMbinding(OMObjectBase):
     12class OMBinding(OMObjectBase):
    1313    """hopefully fixed possible problems: reevaluation writes new scope, if it isn't
    1414       meant so, references do not work correctly because of scopes
    15        solve this by first evaluation to bounded OMbinding"""
     15       solve this by first evaluation to bounded OMBinding"""
    1616    def __init__(self, binder,variables,block):
    17         super(OMbinding,self).__init__()
     17        super(OMBinding,self).__init__()
    1818        self.block=block
    1919        self.binder=binder
Note: See TracChangeset for help on using the changeset viewer.