Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ _time_remaining
Method
_time_remaining
cassandra/cluster.py:4426–4429 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4424
4425
@property
4426
def
_time_remaining(self):
4427
if
self.timeout is None:
4428
return
None
4429
return
(self._start_time + self.timeout) - time.time()
4430
4431
def
_start_timer(self):
4432
if
self._timer is None:
Callers
nothing calls this directly
Calls
1
time
Method · 0.45
Tested by
no test coverage detected