Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_server
Method · 0.45
restart_mock
Method · 0.45
create_mock_server
Function · 0.45
restart_mock
Function · 0.45
init_reactor
Function · 0.45
Calls
no outgoing calls
Tested by
1
init_reactor
Function · 0.36