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

Before Change


    return False


_create_option(
    "global.metrics",
    description="Whether to serve prometheus metrics from /metrics.",
    visibility="hidden",
    default_val=False,
    type_=bool,
)

_create_option(
    "global.suppressDeprecationWarnings",
    description="Hide deprecation warnings in the streamlit app.",

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: 3

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: 4958674c4d7dca0a8118bbb2cd4abe4ba946151b
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: