Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ get_json
Method
get_json
dash/backends/_fastapi.py:905–908 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
903
return
req.state.json_body
904
905
def
get_json(self):
906
if
not hasattr(self,
"_request"
) or self._request is None:
907
self._request = get_current_request()
908
return
self._request.state.json_body
Callers
1
_dispatch
Method · 0.45
Calls
1
get_current_request
Function · 0.85
Tested by
no test coverage detected