bokeh.application.handlers.server_lifecycle¶
Bokeh Application Handler to look for Bokeh server lifecycle callbacks in a specified Python module.
-
class
ServerLifecycleHandler
(*args, **kwargs)[source]¶ Load a script which contains server lifecycle callbacks.
-
property
error
¶ If the handler fails, may contain a related error message.
-
property
error_detail
¶ If the handler fails, may contain a traceback or other details.
-
property
failed
¶ True
if the lifecycle callbacks failed to execute
-
property