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

Method evaluate

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

Source from the content-addressed store, hash-verified

75 def __hash__(self):#
76 return hash((self.name,self.cd.__hash__()))
77 def evaluate(self,context):
78 return context.evaluateSymbol(self)
79 XMLtag="OMS"
80 def getXMLAttributes(self):
81 #return [XMLAttribute("name", self.name),\

Callers 12

tester.pyFile · 0.45
testFunction · 0.45
xmlencodetest.pyFile · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
objects.pyFile · 0.45
omxmlreader.pyFile · 0.45
test_read.pyFile · 0.45
assertResultMethod · 0.45

Calls 1

evaluateSymbolMethod · 0.80

Tested by 1

testFunction · 0.36