Add docstring for IntRangeSlider

Closes gh-5381

This was the last remaining widget class I could see without a docstring
Thomas Kluyver 12 years ago
parent 3cc38aa0a9
commit 9038e0d6a4

@ -186,6 +186,7 @@ class _BoundedIntRange(_IntRange):
@register('IPython.IntRangeSlider')
class IntRangeSlider(_BoundedIntRange):
"""Slider widget that represents a pair of ints between a minimum and maximum value."""
_view_name = Unicode('IntSliderView', sync=True)
orientation = CaselessStrEnum(values=['horizontal', 'vertical'],
default_value='horizontal', allow_none=False,

Loading…
Cancel
Save