MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / match

Method match

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

Source from the content-addressed store, hash-verified

393
394 @property
395 def match(self) -> str:
396 return self._json_.get('match', None)
397
398 @match.setter
399 def match(self, value # type: str

Callers 5

__init__Method · 0.80
_process_mappingMethod · 0.80
test_get_rolesMethod · 0.80
test_get_rolesMethod · 0.80

Calls 2

getMethod · 0.45
set_propMethod · 0.45

Tested by 2

test_get_rolesMethod · 0.64
test_get_rolesMethod · 0.64