MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / on_connect

Method on_connect

txcouchbase/cluster.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 return self._impl.loop
70
71 def on_connect(self) -> Deferred[None]:
72 return self._impl.wait_until_connected_deferred()
73
74 def close(self) -> Deferred[None]:
75 return self._impl.close_connection_deferred()

Callers 12

mainFunction · 0.95
runFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 1

Tested by

no test coverage detected