Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ on_reverse
Function
on_reverse
tests/integration/test_patch.py:195–199 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
193
prevent_initial_call=True,
194
)
195
def
on_reverse(_):
196
p = Patch()
197
p.array.reverse()
198
199
return
p
200
201
@app.callback(
202
Output(
"store"
,
"data"
, allow_duplicate=True),
Callers
nothing calls this directly
Calls
3
Patch
Class · 0.90
set_props
Function · 0.90
reverse
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…