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

Method start

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

Source from the content-addressed store, hash-verified

359 pass
360
361 def start(self):
362 self._invoke()
363 hello = self._read_command()
364 if hello['type'] != 'hello':
365 raise MockServerException("There was a problem, CAVES didn't greet us.")
366
367 def shutdown(self):
368 self._attempt_shutdown()

Callers

nothing calls this directly

Calls 3

_invokeMethod · 0.95
_read_commandMethod · 0.95
MockServerExceptionClass · 0.85

Tested by

no test coverage detected