MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / cancel

Method cancel

cassandra/io/asyncioreactor.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 raise NotImplemented
57
58 def cancel(self):
59 self._handle.cancel()
60
61 def finish(self):
62 # connection.Timer method not implemented here because we can't inspect

Callers 1

_closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected