Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
class
QuartDashServer(BaseDashServer[Quart]):
Callers
1
_dispatch
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected