Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ inputs
Method
inputs
dash/_callback_context.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
@property
56
@has_context
57
def
inputs(self):
58
return
getattr(_get_context_value(),
"input_values"
, {})
59
60
@property
61
@has_context
Callers
nothing calls this directly
Calls
1
_get_context_value
Function · 0.85
Tested by
no test coverage detected