9fb112bba862a833a5a64b7d1a7c7e75a7a63ba7,examples/disable_client.py,,,#,5
Before Change
st.text("This should not appear")
print("doing nothing - part deux")
// // ENABLED
// config.set_option("client.displayEnabled", True)
//
After Change
b.text("This overwrites b, but should not appear")
st.write("This should not appear")
st.line_chart([1, 2, 3, 4])
with st.echo():
foo = "Nothing matters in here!"
st.write("Nothing here will appear")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances Project Name: streamlit/streamlit
Commit Name: 9fb112bba862a833a5a64b7d1a7c7e75a7a63ba7
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: f4fe2711f029de26d267c40c608e9c333c66cc6b
Time: 2018-03-29
Author: adrien.g.treuille@gmail.com
File Name: examples/new.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: e37db3d9eb48883f399bfced420dfd89f53649df
Time: 2018-11-25
Author: adrien.g.treuille@gmail.com
File Name: examples/disable_client.py
Class Name:
Method Name: