Slider
base_cls: list
__init__(self, var, type='range', value=None, range=None, **attrs):
LLM Docstring
A range-slider control, deriving min/max/step from a range spec when given.
var:Anythe bound variable
type:strthe input type
value:Anythe initial value
range:Anya
(min, max[, step])range specattrs:Anyextra attributes
get_value(self):
LLM Docstring
Read the slider value, coercing it to an int or float when possible.
:returns:_the numeric value
set_value(self):
LLM Docstring
Push the variable’s value into the slider (as a string).