MCPcopy 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

on_upMethod · 0.45
_start_reconnectorMethod · 0.45
on_removeMethod · 0.45
shutdownMethod · 0.45
_reconnectMethod · 0.45
shutdownMethod · 0.45
_cancel_timerMethod · 0.45

Calls

no outgoing calls

Tested by 2