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

Method get_json

dash/backends/base_server.py:68–73  ·  view source on GitHub ↗

Get the parsed JSON body of the request. May be synchronous or asynchronous depending on the backend.

(self)

Source from the content-addressed store, hash-verified

66
67 @abstractmethod # kept as method (may be sync or async)
68 def get_json(self): # pragma: no cover - interface
69 """Get the parsed JSON body of the request.
70
71 May be synchronous or asynchronous depending on the backend.
72 """
73 raise NotImplementedError()
74
75 @property # pragma: no cover - interface
76 @abstractmethod

Callers 3

_handle_postFunction · 0.45
_handle_post_asyncFunction · 0.45
add_authFunction · 0.45

Calls

no outgoing calls

Tested by 1

add_authFunction · 0.36