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

Method regex

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

Source from the content-addressed store, hash-verified

694
695 @property
696 def regex(self) -> str:
697 return self._json_.get('regexp', None)
698
699 @regex.setter
700 def regex(self, value # type: str

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
set_propMethod · 0.45

Tested by

no test coverage detected