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

Function disconnect

lib/matplotlib/pyplot.py:1264–1265  ·  view source on GitHub ↗
(cid: int)

Source from the content-addressed store, hash-verified

1262
1263@_copy_docstring_and_deprecators(FigureCanvasBase.mpl_disconnect)
1264def disconnect(cid: int) -> None:
1265 gcf().canvas.mpl_disconnect(cid)
1266
1267
1268def close(fig: None | int | str | Figure | Literal["all"] = None) -> None:

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
mpl_disconnectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…