MCPcopy
hub / github.com/plotly/dash / dependencies

Method dependencies

dash/dash.py:1408–1412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1406
1407 @with_app_context
1408 def dependencies(self):
1409 return self.backend.make_response(
1410 to_json(self._callback_list),
1411 content_type="application/json",
1412 )
1413
1414 def clientside_callback(self, clientside_function, *args, **kwargs):
1415 """Create a callback that updates the output by calling a clientside

Callers

nothing calls this directly

Calls 2

to_jsonFunction · 0.85
make_responseMethod · 0.45

Tested by

no test coverage detected