We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176df37 commit 2df748eCopy full SHA for 2df748e
1 file changed
mathics/builtin/evaluation.py
@@ -421,6 +421,3 @@ class OutputSizeLimit(Predefined):
421
rules = {
422
'$OutputSizeLimit': str(value),
423
}
424
-
425
- def evaluate(self, evaluation):
426
- return Integer(self.value)
0 commit comments