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

Method set_response

dash/backends/_quart.py:87–89  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

85 self._quart_response.headers.set(key, value)
86
87 def set_response(self, **kwargs):
88 self._quart_response.set_data(kwargs.get("data", ""))
89 return self._quart_response
90
91
92class QuartDashServer(BaseDashServer[Quart]):

Callers 1

_dispatchMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected