Skip to content

Commit ceecb4b

Browse files
committed
adding cache_eval to the Evaluation object
1 parent 4af8a3e commit ceecb4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mathics/core/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ def __init__(
264264
# Necesary to handle OneIdentity on
265265
# lhs in assignment
266266
self.ignore_oneidentity = False
267+
self.cache_eval = {}
268+
267269

268270
def parse(self, query):
269271
"Parse a single expression and print the messages."

0 commit comments

Comments
 (0)