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

Method disconnect

lib/matplotlib/widgets.py:2250–2255  ·  view source on GitHub ↗

Disconnect events.

(self)

Source from the content-addressed store, hash-verified

2248 ]
2249
2250 def disconnect(self):
2251 """Disconnect events."""
2252 for canvas, info in self._canvas_infos.items():
2253 for cid in info["cids"]:
2254 canvas.mpl_disconnect(cid)
2255 info["cids"].clear()
2256
2257 def clear(self, event):
2258 """Clear the cursor."""

Callers

nothing calls this directly

Calls 2

mpl_disconnectMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected