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

Method wildcard

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

Source from the content-addressed store, hash-verified

261
262 @property
263 def wildcard(self) -> str:
264 return self._json_.get('wildcard', None)
265
266 @wildcard.setter
267 def wildcard(self, value # type: str

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
set_propMethod · 0.45

Tested by

no test coverage detected