bokeh.core.enums.SliderCallbackPolicy

Here are the examples of the python api bokeh.core.enums.SliderCallbackPolicy taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : test_enums.py
with MIT License
from rthorst

    def test_SliderCallbackPolicy(self):
        assert tuple(bce.SliderCallbackPolicy) == ("continuous", "throttle", "mouseup")

    def test_SortDirection(self):