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

Method disconnect

lib/matplotlib/widgets.py:299–301  ·  view source on GitHub ↗

Remove the callback function with connection id *cid*.

(self, cid)

Source from the content-addressed store, hash-verified

297 return self._observers.connect('clicked', lambda event: func(event))
298
299 def disconnect(self, cid):
300 """Remove the callback function with connection id *cid*."""
301 self._observers.disconnect(cid)
302
303
304class SliderBase(AxesWidget):

Callers 11

draggableMethod · 0.45
normMethod · 0.45
colorizerMethod · 0.45
removeMethod · 0.45
set_draggableMethod · 0.45
disconnectMethod · 0.45
disconnectMethod · 0.45
disconnectMethod · 0.45
remove_callbackMethod · 0.45
mpl_disconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected