Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ on_remove
Function
on_remove
tests/integration/test_patch.py:206–209 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
204
prevent_initial_call=True,
205
)
206
def
on_remove(_):
207
p = Patch()
208
p.array.remove(
"initial"
)
209
return
p
210
211
dash_duo.start_server(app)
212
Callers
nothing calls this directly
Calls
3
Patch
Class · 0.90
set_props
Function · 0.90
remove
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…