660077c826a1b0bc307cc3e0e19125a567d8caff,bokeh/core/property_mixins.py,TextProps,TextProps_1,#,343
Before Change
text_color = ColorSpec(default="/", help=_color_help % "fill text")
text_alpha = NumberSpec(default=1.0, accept_datetime=False, accept_timedelta=False, help=_alpha_help % "fill text")
class ScalarTextProps(HasProps):
""" Properties relevant to rendering text.
After Change
text_color = ColorSpec(default="/", help=_color_help % "fill text")
text_alpha = AlphaSpec(help=_alpha_help % "fill text")
class ScalarTextProps(HasProps):
""" Properties relevant to rendering text.
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 6
Instances
Project Name: bokeh/bokeh
Commit Name: 660077c826a1b0bc307cc3e0e19125a567d8caff
Time: 2020-12-07
Author: mattpap@gmail.com
File Name: bokeh/core/property_mixins.py
Class Name: TextProps
Method Name: TextProps_1
Project Name: bokeh/bokeh
Commit Name: 660077c826a1b0bc307cc3e0e19125a567d8caff
Time: 2020-12-07
Author: mattpap@gmail.com
File Name: bokeh/core/property_mixins.py
Class Name: HatchProps
Method Name: HatchProps_1
Project Name: bokeh/bokeh
Commit Name: 660077c826a1b0bc307cc3e0e19125a567d8caff
Time: 2020-12-07
Author: mattpap@gmail.com
File Name: bokeh/core/property_mixins.py
Class Name: LineProps
Method Name: LineProps_1
Project Name: bokeh/bokeh
Commit Name: 660077c826a1b0bc307cc3e0e19125a567d8caff
Time: 2020-12-07
Author: mattpap@gmail.com
File Name: bokeh/core/property_mixins.py
Class Name: FillProps
Method Name: FillProps_1