MCPcopy Create free account
hub / github.com/ActiveState/code / connect

Method connect

recipes/Python/521881_GtkWorker/recipe-521881.py:97–99  ·  view source on GitHub ↗
(self, detailed_signal, handler, *args)

Source from the content-addressed store, hash-verified

95 return handler_id
96
97 def connect (self, detailed_signal, handler, *args):
98 return self._mul_connect (GObject.connect,
99 detailed_signal, handler, *args)
100 def connect_after (self, detailed_signal, handler, *args):
101 return self._mul_connect (GObject.connect_after,
102 detailed_signal, handler, *args)

Callers 15

connectFunction · 0.45
connect_dbFunction · 0.45
__init__Method · 0.45
describeFunction · 0.45
start_clientFunction · 0.45
recipe-81614.pyFile · 0.45
__init__Method · 0.45
runMethod · 0.45
__proxyMethod · 0.45
start_clientFunction · 0.45
pairConnectFunction · 0.45
__init__Method · 0.45

Calls 1

_mul_connectMethod · 0.95

Tested by

no test coverage detected