bokeh.core.enums.SizingMode

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

1 Examples 7

0 View Source File : test_enums.py
License : MIT License
Project Creator : rthorst

    def test_SizingMode(self):
        assert tuple(bce.SizingMode) == ("stretch_width", "stretch_height", "stretch_both", "scale_width", "scale_height", "scale_both", "fixed")

    def test_SliderCallbackPolicy(self):