MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / shutdown

Method shutdown

tests/mock_server.py:367–368  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

365 raise MockServerException("There was a problem, CAVES didn't greet us.")
366
367 def shutdown(self):
368 self._attempt_shutdown()
369
370 def create_cluster(self):
371 self._cluster_id = str(uuid4())

Callers

nothing calls this directly

Calls 1

_attempt_shutdownMethod · 0.95

Tested by

no test coverage detected