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

Method timeout

couchbase/logic/views.py:197–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195
196 @property
197 def timeout(self) -> Optional[float]:
198 value = self._params.get('timeout', None)
199 if not value:
200 return None
201 value = value[:-1]
202 return float(value)
203
204 @timeout.setter
205 def timeout(self, value # type: Union[timedelta,float,int]

Callers

nothing calls this directly

Calls 4

set_optionMethod · 0.95
to_microsecondsFunction · 0.90
getMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected