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

Method evaluate

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

Source from the content-addressed store, hash-verified

167 self.__children=children
168 XMLtag = "OMOBJ"
169 def evaluate(self, context):
170 return OMObject([context.evaluate(c) for c in self.children])
171class OMV(object):
172 def __init__(self,name):
173 #super(OMVar, self).__init__()

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected