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

Method with_expiry

couchbase/logic/options.py:1040–1041  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1038
1039 @property
1040 def with_expiry(self) -> bool:
1041 return self.get("with_expiry", False)
1042
1043 @property
1044 def project(self) -> Iterable[str]:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected