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

Method timeout

couchbase/logic/analytics.py:235–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233
234 @property
235 def timeout(self) -> Optional[float]:
236 value = self._params.get('timeout', None)
237 if not value:
238 return None
239 value = value[:-1]
240 return float(value)
241
242 @timeout.setter
243 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