23a69fa7acef64e44f19b10974212f7c8c978e7d,examples/new.py,,,#,17

Before Change


    time.sleep(2)
    return x * 2

with Report() as write:
    write("hello world")
    write("123", long_running_identity("123456"))

// with Report() as write:
//     write("hello world")
//     an_array = np.random.randn(200, 200)
//     write(an_array)

After Change


    time.sleep(2)
    return x * 2

print("hello world")
report = streamlit.Report()
print("Created a report", report)
try:
    print("Opening this report")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: streamlit/streamlit
Commit Name: 23a69fa7acef64e44f19b10974212f7c8c978e7d
Time: 2018-04-05
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 9cb3933709e96746005cf63617b741e1e41af496
Time: 2018-11-25
Author: adrien.g.treuille@gmail.com
File Name: examples/disable_client.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 624f34f942725a8e04390dc4b75b1d6dcff5e603
Time: 2018-11-25
Author: adrien.g.treuille@gmail.com
File Name: examples/disable_client.py
Class Name:
Method Name: