MCPcopy Create free account
hub / github.com/Singular/Singular / evaluate

Method evaluate

Singular/dyn_modules/openmath/objects.py:227–228  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

225 def __init__(self, ref):
226 self.ref=ref
227 def evaluate(self, context):
228 return context.evaluate(self.ref)
229 def XMLEncode(self, context):
230 "FIXME: maybe it should also be able to encode as reference"
231 return context.XMLEncodeObject(self.ref)

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected