bokeh.core.enums.RenderMode

Here are the examples of the python api bokeh.core.enums.RenderMode 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_RenderMode(self):
        assert tuple(bce.RenderMode) == ("canvas", "css")

    def test_ResetPolicy(self):