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 562aedd commit d95f501Copy full SHA for d95f501
mathics/core/definitions.py
@@ -171,8 +171,9 @@ def __init__(
171
172
# Move symbols defined in autoload modules
173
# to Builtin definitions.
174
- # This seems important for Export and Import...
175
- # TODO: check why
+ # This is important to avoid that reset_user_definitions
+ # getting rid of the autoloaded definitions (including)
176
+ # the needed by Import/Export.
177
for name in self.user:
178
self.builtin[name] = self.get_definition(name)
179
0 commit comments