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

Method set_response

dash/backends/_flask.py:63–65  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

61 self._flask_response.headers.set(key, value)
62
63 def set_response(self, **kwargs):
64 self._flask_response.set_data(kwargs.get("data", ""))
65 return self._flask_response
66
67
68class FlaskDashServer(BaseDashServer[Flask]):

Callers 2

_dispatchMethod · 0.45
_dispatch_asyncMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected