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

Method disconnect

lib/matplotlib/offsetbox.py:1637–1640  ·  view source on GitHub ↗

Disconnect the callbacks.

(self)

Source from the content-addressed store, hash-verified

1635 return True
1636
1637 def disconnect(self):
1638 """Disconnect the callbacks."""
1639 for disconnector in self._disconnectors:
1640 disconnector()
1641
1642 def save_offset(self):
1643 pass

Callers 1

_check_still_parentedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected