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

Method disconnect

lib/matplotlib/widgets.py:1228–1230  ·  view source on GitHub ↗

Remove the observer with connection id *cid*.

(self, cid)

Source from the content-addressed store, hash-verified

1226 return self._observers.connect('clicked', func)
1227
1228 def disconnect(self, cid):
1229 """Remove the observer with connection id *cid*."""
1230 self._observers.disconnect(cid)
1231
1232
1233class CheckButtons(_Buttons):

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected