MCPcopy Index your code
hub / github.com/microsoft/SandDance / data_changed

Method data_changed

python/jupyter-widget/src/widget.ts:126–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 data_changed() {
127 if (!this.explorer) {
128 return;
129 }
130
131 this.explorer.load(JSON.parse(this.model.get('data')));
132 }
133}

Callers 1

renderMethod · 0.95

Calls 2

loadMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected