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

Method terms

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

Source from the content-addressed store, hash-verified

556
557 @property
558 def terms(self) -> List[str]:
559 return self._json_.get('terms', None)
560
561 @terms.setter
562 def terms(self,

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
set_propMethod · 0.45

Tested by

no test coverage detected