Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/couchbase/couchbase-python-client
/ ids
Method
ids
couchbase/logic/search_queries.py:327–328 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
325
326
@property
327
def
ids(self) -> str:
328
return
self._json_.get(
'ids'
, None)
329
330
@ids.setter
331
def
ids(self, value
# type: str
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
set_prop
Method · 0.45
Tested by
no test coverage detected