Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/couchbase/couchbase-python-client
/ local
Method
local
couchbase/diagnostics.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
76
@property
77
def
local(self) -> Optional[str]:
78
return
self._src.get(
'local'
, None)
79
80
@property
81
def
remote(self) -> Optional[str]:
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected