MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / on_click_closure

Function on_click_closure

lib/matplotlib/backends/web_backend/js/mpl.js:357–361  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

355 this.root.appendChild(toolbar);
356
357 function on_click_closure(name) {
358 return function (_event) {
359 return fig.toolbar_button_onclick(name);
360 };
361 }
362
363 function on_mouseover_closure(tooltip) {
364 return function (event) {

Callers 1

mpl.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…