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

Function connect

site-packages/matplotlib/pyplot.py:612–613  ·  view source on GitHub ↗
(s, func)

Source from the content-addressed store, hash-verified

610
611@docstring.copy_dedent(FigureCanvasBase.mpl_connect)
612def connect(s, func):
613 return get_current_fig_manager().canvas.mpl_connect(s, func)
614
615
616@docstring.copy_dedent(FigureCanvasBase.mpl_disconnect)

Callers

nothing calls this directly

Calls 2

get_current_fig_managerFunction · 0.85
mpl_connectMethod · 0.80

Tested by

no test coverage detected