6481223f72b97d7a03aa5ee373836dac97a352e7,mathics/builtin/assignment.py,Information,format_definition,#Information#Any#Any#Any#Any#,911

Before Change


        else:
            for line in lines:
                evaluation.print_out(Expression("InputForm", line))
            return Symbol("Null")

        // It would be deserable to call here the routine inside Definition, but for some reason it fails...
        // Instead, I just copy the code from Definition

After Change


                        "List", *(Expression("List", line) for line in lines)),
                    Expression(
                        "Rule", Symbol("ColumnAlignments"), Symbol("Left")))
                evaluation.print_out(infoshow)
        else:
            for line in lines:
                evaluation.print_out(Expression("InputForm", line))
        return ret
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: mathics/Mathics
Commit Name: 6481223f72b97d7a03aa5ee373836dac97a352e7
Time: 2021-02-14
Author: matera@fisica.unlp.edu.ar
File Name: mathics/builtin/assignment.py
Class Name: Information
Method Name: format_definition


Project Name: mathics/Mathics
Commit Name: a309401f936ed001df4f2268da985bbc4d9cd8ab
Time: 2021-02-06
Author: matera@fisica.unlp.edu.ar
File Name: mathics/builtin/assignment.py
Class Name: Information
Method Name: format_definition


Project Name: mathics/Mathics
Commit Name: eb9ddab4ba9d032588fc40e6c4616338d7eb672b
Time: 2016-08-24
Author: Bernhard.Liebl@gmx.org
File Name: mathics/builtin/image.py
Class Name: Image
Method Name: atom_to_boxes