7d54b7065c4a8daa4c6cae396168833375c38a47,lib/streamlit/Proxy.py,Proxy,_save_cloud,#Proxy#Any#Any#,266
Before Change
// COMMENTED OUT FOR THIAGO (becuase he doesn"t have AWS creds)
report = connection.get_report_proto()
print(f"Saving report of size {len(report.SerializeToString())} and type {type(report.SerializeToString())}")
url = await self._cloud.upload_report(connection.id, report)
// // Pretend to upload something.
// await asyncio.sleep(3.0)
After Change
// url = await self._cloud.upload_report(connection.id, report)
// Pretend to upload something.
await asyncio .sleep(3.0 )
url = "https://s3-us-west-2.amazonaws.com/streamlit-test10/streamlit-static/0.9.0-b5a7d29ec8d0469961e5e5f050944dd4/index.html?id=90a3ef64-7a67-4f90-88c9-8161934af74a"
// Indicate that the save is done.
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 2
Instances Project Name: streamlit/streamlit
Commit Name: 7d54b7065c4a8daa4c6cae396168833375c38a47
Time: 2018-05-28
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud
Project Name: streamlit/streamlit
Commit Name: 0a44939a9b6d7a4e6e38239416c10fa088c09821
Time: 2018-05-23
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud
Project Name: keras-team/autokeras
Commit Name: b048efa4f956b80266942caea6ee8b4311e1d17a
Time: 2018-04-08
Author: jin@tamu.edu
File Name: autokeras/classifier.py
Class Name: ClassifierBase
Method Name: fit
Project Name: streamlit/streamlit
Commit Name: 53ce18ab4831b77911dd8f7b4b0b3d7b6be8a40b
Time: 2018-05-27
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud
Project Name: streamlit/streamlit
Commit Name: f5012b070b43aaf1d27ce2ef756e552c3b570f72
Time: 2018-05-28
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud
Project Name: streamlit/streamlit
Commit Name: 9b55f16b3537d35f7389990188c998d70e45e7ce
Time: 2018-05-27
Author: adrien.g.treuille@gmail.com
File Name: lib/streamlit/Proxy.py
Class Name: Proxy
Method Name: _save_cloud