MCPcopy 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

getMethod · 0.45
set_propMethod · 0.45

Tested by

no test coverage detected