MCPcopy 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_environmentMethod · 0.45
setup_view_bucketMethod · 0.45
mainFunction · 0.45
runFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Tested by 1

get_environmentMethod · 0.36