MCPcopy 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

_dispatchMethod · 0.95
async_view_funcMethod · 0.45
sync_view_funcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected