65be0e9c5c6f64a663dd0ba3871eec9892f22702,examples/new.py,,,#,9

Before Change


    write.header("My awesome program", level=3)
    write("hello my little world. I love you, too!! :)")
    my_array = np.random.randn(100, 100)
    write("my array", my_array)

    // print("About to sleep for 10 seconds.")
    // time.sleep(10.0)
    // print("Slept for 10 seconds.")

After Change


with Notebook() as print:
    print("Hello world.")
    print("Starting the loop")
    for i in range(100):
        print("i", i)
    print("Finished the loop")

    an_array = np.random.randn(200, 200)
    print(an_array)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


Project Name: streamlit/streamlit
Commit Name: 65be0e9c5c6f64a663dd0ba3871eec9892f22702
Time: 2018-03-09
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 90bec1b4e6438090fc0e73643ed28c58f1e1b800
Time: 2018-03-18
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 2d609c9ef7b41a70cc136ef4b6a7c42800799198
Time: 2018-02-13
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 1a6e9154d9a34b957bbea7ce48a6c95c6238b23c
Time: 2018-03-18
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name: