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

Method regexp

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

Source from the content-addressed store, hash-verified

703
704 @property
705 def regexp(self) -> str:
706 return self._json_.get('regexp', None)
707
708 @regexp.setter
709 def regexp(self, value # type: str

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
set_propMethod · 0.45

Tested by

no test coverage detected