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

Method disconnect

lib/matplotlib/tests/test_cbook.py:205–206  ·  view source on GitHub ↗
(self, cid)

Source from the content-addressed store, hash-verified

203 return self.callbacks._connect_picklable(s, func)
204
205 def disconnect(self, cid):
206 return self.callbacks.disconnect(cid)
207
208 def count(self):
209 count1 = sum(s == self.signal for s, p in self.callbacks._func_cid_map)

Calls

no outgoing calls

Tested by

no test coverage detected