91a86f4f0f89f63330e7dcc6334350c9d0b42cdb,ggplot/themes/__init__.py,,,#,10

Before Change


from .theme_seaborn import theme_seaborn
from .element_text import element_text

__all__ = ["theme", "theme_538", "theme_bw", "theme_gray", "theme_xkcd",
           "theme_matplotlib", "theme_seaborn", "element_text"]
__all__ = [str(u) for u in __all__]

After Change


from .element_text import element_text


__all__ = [s for s in dir()
           if not (s.startswith("_") or
                   s == "absolute_import")]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 13

Instances


Project Name: has2k1/plotnine
Commit Name: 91a86f4f0f89f63330e7dcc6334350c9d0b42cdb
Time: 2015-08-27
Author: has2k1@gmail.com
File Name: ggplot/themes/__init__.py
Class Name:
Method Name:


Project Name: has2k1/plotnine
Commit Name: 91a86f4f0f89f63330e7dcc6334350c9d0b42cdb
Time: 2015-08-27
Author: has2k1@gmail.com
File Name: ggplot/positions/__init__.py
Class Name:
Method Name:


Project Name: has2k1/plotnine
Commit Name: 91a86f4f0f89f63330e7dcc6334350c9d0b42cdb
Time: 2015-08-27
Author: has2k1@gmail.com
File Name: ggplot/components/__init__.py
Class Name:
Method Name: