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

Function connect

lib/matplotlib/pyplot.py:1235–1235  ·  view source on GitHub ↗
(s: MouseEventType, func: Callable[[MouseEvent], Any])

Source from the content-addressed store, hash-verified

1233
1234@overload
1235def connect(s: MouseEventType, func: Callable[[MouseEvent], Any]) -> int: ...
1236
1237
1238@overload

Callers 1

__init__Method · 0.85

Calls 2

gcfFunction · 0.85
mpl_connectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…