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

Method disconnect

lib/matplotlib/widgets.py:365–374  ·  view source on GitHub ↗

Remove the observer with connection id *cid*. Parameters ---------- cid : int Connection id of the observer to be removed.

(self, cid)

Source from the content-addressed store, hash-verified

363 return val
364
365 def disconnect(self, cid):
366 """
367 Remove the observer with connection id *cid*.
368
369 Parameters
370 ----------
371 cid : int
372 Connection id of the observer to be removed.
373 """
374 self._observers.disconnect(cid)
375
376 def reset(self):
377 """Reset the slider to the initial value."""

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected