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

Method start

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

Source from the content-addressed store, hash-verified

71 return self._connstr
72
73 def start(self):
74 raise NotImplementedError("Mock doesn't implement start().")
75
76 def shutdown(self):
77 raise NotImplementedError("Mock doesn't implement shutdown().")

Callers 5

create_mock_serverMethod · 0.45
restart_mockMethod · 0.45
create_mock_serverFunction · 0.45
restart_mockFunction · 0.45
init_reactorFunction · 0.45

Calls

no outgoing calls

Tested by 1

init_reactorFunction · 0.36