MCPcopy 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

PatchClass · 0.90
set_propsFunction · 0.90
reverseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…