MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / query

Method query

couchbase/logic/search_queries.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194
195 @property
196 def query(self) -> str:
197 return self._json_.get('query', None)
198
199 @query.setter
200 def query(self, value # type: str

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
set_propMethod · 0.45

Tested by

no test coverage detected