6884424a588cc282bbe90fd60e334aa97cc165d2,bokeh/properties.py,,,#,2

Before Change

from bokeh.util.deprecate import deprecated_module
deprecated_module("bokeh.properties", "0.11", "use bokeh.core.properties instead")
del deprecated_module

from .core.properties import * // NOQA

After Change

from bokeh.util.deprecation import deprecated
deprecated((0, 11, 0), "bokeh.properties", "bokeh.core.properties")
del deprecated

from .core.properties import * // NOQA
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 3

Instances


Project Name: bokeh/bokeh
Commit Name: 6884424a588cc282bbe90fd60e334aa97cc165d2
Time: 2016-09-28
Author: mattpap@gmail.com
File Name: bokeh/properties.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 6884424a588cc282bbe90fd60e334aa97cc165d2
Time: 2016-09-28
Author: mattpap@gmail.com
File Name: bokeh/mixins.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 6884424a588cc282bbe90fd60e334aa97cc165d2
Time: 2016-09-28
Author: mattpap@gmail.com
File Name: bokeh/models/widgets/layouts.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 6884424a588cc282bbe90fd60e334aa97cc165d2
Time: 2016-09-28
Author: mattpap@gmail.com
File Name: bokeh/browserlib.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 6884424a588cc282bbe90fd60e334aa97cc165d2
Time: 2016-09-28
Author: mattpap@gmail.com
File Name: bokeh/templates.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 6884424a588cc282bbe90fd60e334aa97cc165d2
Time: 2016-09-28
Author: mattpap@gmail.com
File Name: bokeh/plotting_helpers.py
Class Name:
Method Name: