Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ close
Method
close
txcouchbase/bucket.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
return
self._impl.wait_until_bucket_connected_deferred()
48
49
def
close(self) -> Deferred:
50
return
self._impl.close_bucket_deferred()
51
52
def
default_scope(self) -> Scope:
53
return
self.scope(Scope.default_name())
Callers
3
_attempt_shutdown
Method · 0.45
_attempt_shutdown
Method · 0.45
event_loop
Function · 0.45
Calls
1
close_bucket_deferred
Method · 0.80
Tested by
1
event_loop
Function · 0.36