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

Method connect

lib/matplotlib/tests/test_cbook.py:199–203  ·  view source on GitHub ↗
(self, s, func, pickle)

Source from the content-addressed store, hash-verified

197 self.callbacks = cbook.CallbackRegistry()
198
199 def connect(self, s, func, pickle):
200 if pickle:
201 return self.callbacks.connect(s, func)
202 else:
203 return self.callbacks._connect_picklable(s, func)
204
205 def disconnect(self, cid):
206 return self.callbacks.disconnect(cid)

Callers 15

setupFunction · 0.45
setupFunction · 0.45
_create_applicationFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

_connect_picklableMethod · 0.80

Tested by

no test coverage detected