Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
test
Function · 0.45
xmlencodetest.py
File · 0.45
evaluate
Method · 0.45
evaluate
Method · 0.45
evaluate
Method · 0.45
evaluate
Method · 0.45
objects.py
File · 0.45
omxmlreader.py
File · 0.45
test_read.py
File · 0.45
openmathhashunger.py
File · 0.45
assertResult
Method · 0.45
Calls
1
evaluateSymbol
Method · 0.80
Tested by
1
test
Function · 0.36