Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.95
run
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
Calls
1
wait_until_connected_deferred
Method · 0.80
Tested by
no test coverage detected