Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/couchbase/couchbase-python-client
/ prefix
Method
prefix
couchbase/logic/search_queries.py:633–634 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
631
632
@property
633
def
prefix(self) -> str:
634
return
self._json_.get(
'prefix'
, None)
635
636
@prefix.setter
637
def
prefix(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