7bcbe380821901f3eaa2b2c6228f6fea5e9007c7,lib/streamlit/config.py,,,#,264

Before Change



// Config Section: Client //

_create_section("client", "Settings for scripts that use Streamlit.")

_create_option(
    "client.caching",
    description="Whether to enable st.cache.",

After Change


    )


_create_option(
    "global.logLevel",
    description=Level of logging: "error", "warning", "info", or "debug".

    Default: "info"
    ,
    deprecated=True,
    deprecation_text="global.logLevel has been replaced with logger.level",
    expiration_date="2020-11-30",
    replaced_by="logger.level",
)


@_create_option("global.unitTest", visibility="hidden", type_=bool)
def _global_unit_test():
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 8

Non-data size: 2

Instances


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: 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: 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: 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: c3ac8189e5f5c719b7fab73e92e77bc54c40117a
Time: 2019-05-28
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 0f07005e0999225a6e32661fbf299e189c1b2716
Time: 2018-12-05
Author: thiagot@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: