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

Method get_json

dash/backends/_flask.py:399–400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

397 return self._request.url_root
398
399 def get_json(self): # kept as method
400 return self._request.get_json()
401
402 @property
403 def is_json(self):

Callers 4

_dispatchMethod · 0.45
_dispatch_asyncMethod · 0.45
_async_view_funcMethod · 0.45
_sync_view_funcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected