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

Method __call__

dash/backends/_fastapi.py:845–847  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

843 super().__init__()
844
845 def __call__(self):
846 self._request = get_current_request()
847 return self
848
849 @property
850 def context(self):

Callers

nothing calls this directly

Calls 1

get_current_requestFunction · 0.85

Tested by

no test coverage detected