MCPcopy Index your code
hub / github.com/plotly/dash / _setup

Method _setup

dash/_hooks.py:114–116  ·  view source on GitHub ↗
(func: _t.Callable[[Dash], None])

Source from the content-addressed store, hash-verified

112 """
113
114 def _setup(func: _t.Callable[[Dash], None]):
115 self.add_hook("setup", func, priority=priority, final=final)
116 return func
117
118 return _setup
119

Callers

nothing calls this directly

Calls 1

add_hookMethod · 0.95

Tested by

no test coverage detected