e41afd3c49c9357b26958c8616a4a5f3c6fc1d44,ggplotx/themes/theme.py,,theme_set,#Any#,226

Before Change


        raise GgplotError("Expecting object to be a theme")

    out = gg_options["current_theme"]
    gg_options["current_theme"] = new
    return out


def theme_update(**kwargs):

After Change


        raise GgplotError("Expecting object to be a theme")

    out = get_option("current_theme")
    set_option("current_theme", new)
    return out


def theme_update(**kwargs):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: has2k1/plotnine
Commit Name: e41afd3c49c9357b26958c8616a4a5f3c6fc1d44
Time: 2016-08-11
Author: has2k1@gmail.com
File Name: ggplotx/themes/theme.py
Class Name:
Method Name: theme_set


Project Name: anttttti/Wordbatch
Commit Name: 01012a68134f36742d76e615005361e6eb55980a
Time: 2019-06-08
Author: antti.puurula@yahoo.com
File Name: scripts/classify_airline_sentiment.py
Class Name:
Method Name:


Project Name: EpistasisLab/scikit-rebate
Commit Name: 7d51c2e47a41418904a76c8c744c7ec51ac8a9aa
Time: 2019-01-09
Author: alexmxu99@gmail.com
File Name: visualizer.py
Class Name:
Method Name: