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

Method disconnect

lib/matplotlib/widgets.py:1752–1754  ·  view source on GitHub ↗

Remove the observer with connection id *cid*.

(self, cid)

Source from the content-addressed store, hash-verified

1750 return self._observers.connect('submit', lambda text: func(text))
1751
1752 def disconnect(self, cid):
1753 """Remove the observer with connection id *cid*."""
1754 self._observers.disconnect(cid)
1755
1756
1757class RadioButtons(_Buttons):

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected