Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ cancel
Method
cancel
cassandra/connection.py:1786–1787 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1784
return
self.end < other.end
1785
1786
def
cancel(self):
1787
self.canceled = True
1788
1789
def
finish(self, time_now):
1790
if
self.canceled:
Callers
10
test_timer_cancellation
Method · 0.45
test_timer_cancellation
Method · 0.45
on_up
Method · 0.45
_start_reconnector
Method · 0.45
on_remove
Method · 0.45
shutdown
Method · 0.45
_reconnect
Method · 0.45
shutdown
Method · 0.45
_cancel_timer
Method · 0.45
cancel_continuous_paging
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_timer_cancellation
Method · 0.36
test_timer_cancellation
Method · 0.36