MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / disconnect

Function disconnect

site-packages/matplotlib/pyplot.py:617–618  ·  view source on GitHub ↗
(cid)

Source from the content-addressed store, hash-verified

615
616@docstring.copy_dedent(FigureCanvasBase.mpl_disconnect)
617def disconnect(cid):
618 return get_current_fig_manager().canvas.mpl_disconnect(cid)
619
620
621def close(fig=None):

Callers

nothing calls this directly

Calls 2

get_current_fig_managerFunction · 0.85
mpl_disconnectMethod · 0.80

Tested by

no test coverage detected