3eaa24ad14989863c9e4d566463d5e0974cde5d1,bokeh/charts/_attributes.py,AttrSpec,AttrSpec_1,#,22

Before Change



    data = Instance(ColumnDataSource)
    name = String(help="Name of the attribute the spec provides.")
    columns = List(String)

    def __init__(self, columns=None, df=None, iterable=None, default=None, **properties):

        columns = self._ensure_list(columns)

After Change



    data = Instance(ColumnDataSource)
    name = String(help="Name of the attribute the spec provides.")
    columns = Either(ColumnLabel, List(ColumnLabel))

    def __init__(self, columns=None, df=None, iterable=None, default=None, **properties):

        columns = self._ensure_list(columns)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: bokeh/bokeh
Commit Name: 3eaa24ad14989863c9e4d566463d5e0974cde5d1
Time: 2015-08-25
Author: nroth@dealnews.com
File Name: bokeh/charts/_attributes.py
Class Name: AttrSpec
Method Name: AttrSpec_1


Project Name: bokeh/bokeh
Commit Name: 63b192ba0ba3ecf31cd8df38f778ea2cfa086404
Time: 2017-11-08
Author: memetb@gmail.com
File Name: bokeh/models/widgets/inputs.py
Class Name: Select
Method Name: Select_1


Project Name: bokeh/bokeh
Commit Name: 95ab2d1f1cb241580a566644df07b9810e852959
Time: 2015-08-17
Author: nroth@dealnews.com
File Name: bokeh/charts/_builder.py
Class Name: Builder
Method Name: Builder_1