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 3285f7d commit 1830fbdCopy full SHA for 1830fbd
mathics/core/convert/function.py
@@ -81,6 +81,7 @@ def expression_to_python_function(
81
args: a list of CompileArg elements
82
evaluation: an Evaluation object used if the llvm compilation fails
83
"""
84
+
85
def _pythonized_mathics_expr(*x):
86
inner_evaluation = Evaluation(definitions=evaluation.definitions)
87
x_mathics = (from_python(u) for u in x[: len(args)])
0 commit comments