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

Method set_prop

couchbase/logic/search_queries.py:43–46  ·  view source on GitHub ↗
(self, key,  # type: str
                 value  # type: Any
                 )

Source from the content-addressed store, hash-verified

41 self._json_ = {}
42
43 def set_prop(self, key, # type: str
44 value # type: Any
45 ) -> None:
46 self._json_[key] = value
47
48 @property
49 def boost(self) -> Optional[float]:

Callers 15

boostMethod · 0.95
termMethod · 0.45
queryMethod · 0.45
wildcardMethod · 0.45
idsMethod · 0.45
matchMethod · 0.45
match_operatorMethod · 0.45
match_phraseMethod · 0.45
termsMethod · 0.45
prefixMethod · 0.45
regexMethod · 0.45
regexpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected