Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ get_json
Method
get_json
dash/backends/_quart.py:732–734 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
730
return
self.request.path
731
732
async
def
get_json(self):
# pylint: disable=W0236
733
# TODO consider using a sync wraper
734
return
await self.request.get_json()
Callers
3
_dispatch
Method · 0.95
async_view_func
Method · 0.45
sync_view_func
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected