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 8bd7077 commit dceac5fCopy full SHA for dceac5f
test/helper.py
@@ -2,9 +2,12 @@
2
import time
3
from typing import Optional
4
5
+from mathics.core.load_builtin import import_and_load_builtins
6
from mathics.core.symbols import Symbol
7
from mathics.session import MathicsSession
8
9
+import_and_load_builtins()
10
+
11
# Set up a Mathics session with definitions.
12
# For consistency set the character encoding ASCII which is
13
# the lowest common denominator available on all systems.
0 commit comments