MCPcopy
hub / github.com/jupyter-widgets/ipywidgets / callbacks

Method callbacks

packages/base/src/widget.ts:865–867  ·  view source on GitHub ↗

* Create msg callbacks for a comm msg.

()

Source from the content-addressed store, hash-verified

863 * Create msg callbacks for a comm msg.
864 */
865 callbacks(): ICallbacks {
866 return this.model.callbacks(this);
867 }
868
869 /**
870 * Send a custom msg associated with this view.

Callers 2

sendMethod · 0.95
touchMethod · 0.95

Calls 1

callbacksMethod · 0.65

Tested by

no test coverage detected