1bf425bdbb1e36b5e94a9de36ad18dddb5f11449,lib/streamlit/config.py,,,#,538

Before Change


    return True


_create_option(
    "browser.proxyPort",
    description="""
        Port that the browser should use to connect to the server.

        Default: whatever value is set in browser.serverPort.
    """,
    deprecation_text="Use browser.serverPort instead.",
    replaced_by="browser.serverPort",
    expiration_date=PROXY_DEPRECATION_EXPIRATION)


@_create_option("browser.serverPort")
@util.memoize

After Change



// Config Section: S3 //

_create_section(
    "s3", "Configuration for when global.sharingMode is set to "s3".")


@_create_option("s3.bucket")
def _s3_bucket():
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 11

Non-data size: 2

Instances


Project Name: streamlit/streamlit
Commit Name: 1bf425bdbb1e36b5e94a9de36ad18dddb5f11449
Time: 2019-05-30
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 4b1e7c5a8be29bf5e72e515814f5f7a59d767a09
Time: 2019-10-18
Author: thiago@streamlit.io
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: ae264c2e71648027c76db0446fffde41f9b4923a
Time: 2018-11-29
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 7bcbe380821901f3eaa2b2c6228f6fea5e9007c7
Time: 2020-08-08
Author: karrie@streamlit.io
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 919c76fc58443cc74bcef0000856f31a8d767448
Time: 2019-07-23
Author: thiago@streamlit.io
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: d5cf3a13a60818b512c3f111ed0b5c4b0a8b95a8
Time: 2019-04-22
Author: tconkling@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: dd538e4b2d5752c27e686fd1f2e23c627ab63aa7
Time: 2019-05-21
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: bbca6b9a76b64c0fce20956a7047f45df9d87b61
Time: 2019-04-17
Author: tconkling@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 4a5b5153ec136e445e74c5a3dbcdb9d0abf5acc3
Time: 2019-03-30
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 4b9e691cbda316e77304ef9b0cc4ad0b01f687e5
Time: 2018-12-04
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 7bcbe380821901f3eaa2b2c6228f6fea5e9007c7
Time: 2020-08-08
Author: karrie@streamlit.io
File Name: lib/streamlit/config.py
Class Name:
Method Name: