Home
last modified time | relevance | path

Searched refs:BokehApplication (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-distributed/distributed-2021.11.2/distributed/dashboard/
H A Dworker.py11 from .core import BokehApplication
19 bokeh_app = BokehApplication(
H A Dscheduler.py40 from .core import BokehApplication
120 bokeh_app = BokehApplication(
H A Dcore.py25 def BokehApplication(applications, server, prefix="/", template_variables={}): function