Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ __init__
Method
__init__
cassandra/connection.py:1779–1781 ·
view source on GitHub ↗
(self, timeout, callback)
Source
from the content-addressed store, hash-verified
1777
canceled = False
1778
1779
def
__init__(self, timeout, callback):
1780
self.end = time.time() + timeout
1781
self.callback = callback
1782
1783
def
__lt__(self, other):
1784
return
self.end < other.end
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
1
time
Method · 0.45
Tested by
no test coverage detected