Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/couchbase/couchbase-python-client
/ on_connect
Method
on_connect
txcouchbase/bucket.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
return
self._impl.bucket_name
45
46
def
on_connect(self) -> Deferred[None]:
47
return
self._impl.wait_until_bucket_connected_deferred()
48
49
def
close(self) -> Deferred:
50
return
self._impl.close_bucket_deferred()
Callers
15
get_environment
Method · 0.45
setup_view_bucket
Method · 0.45
main
Function · 0.45
run
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
wait_until_bucket_connected_deferred
Method · 0.45
Tested by
1
get_environment
Method · 0.36