Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ on
Method
on
js/src/widget.ts:158–160 ·
view source on GitHub ↗
(event: string, cb?: () => void)
Source
from the content-addressed store, hash-verified
156
}
157
158
on(event: string, cb?: () => void) {
159
this.model.on(event, cb);
160
}
161
162
save_changes() {
163
this.model.save_changes();
Callers
3
initialize
Method · 0.45
perform_render
Method · 0.45
createGraph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected