Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ fields
Method
fields
couchbase/logic/search.py:1104–1105 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1102
1103
@property
1104
def
fields(self) -> Optional[List[str]]:
1105
return
self._params.get(
'fields'
, None)
1106
1107
@fields.setter
1108
def
fields(self, value
# type: List[str]
Callers
nothing calls this directly
Calls
3
set_option
Method · 0.95
InvalidArgumentException
Class · 0.90
get
Method · 0.45
Tested by
no test coverage detected