63b192ba0ba3ecf31cd8df38f778ea2cfa086404,bokeh/models/widgets/inputs.py,Select,Select_1,#,81

Before Change



    """

    options = List(Either(String, Tuple(String, String)), help=
    Available selection options. Options may be provided either as a list of
    possible string values, or as a list of tuples, each of the form
    ``(value, label)``. In the latter case, the visible widget text for each

After Change


    """ Single-select widget.

    """
    options = Either( List(Either(String, Tuple(Either(Int,String), String))),
        Dict(String, List(Either(String, Tuple(Either(Int,String), String)))), help=
    Available selection options. Options may be provided either as a list of
    possible string values, or as a list of tuples, each of the form
    ``(value, label)``. In the latter case, the visible widget text for each
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


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: 55ad48f812962868066ea4d55520447c9811fff0
Time: 2017-08-06
Author: bryanv@continuum.io
File Name: bokeh/models/mappers.py
Class Name: CategoricalColorMapper
Method Name: CategoricalColorMapper_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: fb17bfe473dde87b32f455b6d4081e2b2032b83d
Time: 2017-08-06
Author: bryanv@continuum.io
File Name: bokeh/models/ranges.py
Class Name: FactorRange
Method Name: FactorRange_1