Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ term
Method
term
couchbase/logic/search_queries.py:133–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
132
@property
133
def
term(self) -> str:
134
return
self._json_.get(
'term'
, None)
135
136
@term.setter
137
def
term(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