Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jupyter-widgets/ipywidgets
/ touch
Method
touch
packages/base/src/widget.ts:876–878 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
874
}
875
876
touch(): void {
877
this.model.save_changes(this.callbacks());
878
}
879
880
remove(): any {
881
// Raise a remove event when the view is removed.
Callers
15
_picker_change
Method · 0.80
_text_change
Method · 0.80
_picker_change
Method · 0.80
_picker_focusout
Method · 0.80
_handle_change
Method · 0.80
_handle_change
Method · 0.80
_handle_click
Method · 0.80
_handle_click
Method · 0.80
handleSliderChanged
Method · 0.80
_handle_change
Method · 0.80
handleSliderChanged
Method · 0.80
_handle_click
Method · 0.80
Calls
2
callbacks
Method · 0.95
save_changes
Method · 0.80
Tested by
no test coverage detected