MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / start

Method start

cassandra/pool.py:266–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 self.callback_kwargs = callback_kwargs
265
266 def start(self):
267 if self._cancelled:
268 log.debug("Reconnection handler was cancelled before starting")
269 return
270
271 first_delay = next(self.schedule)
272 self.scheduler.schedule(first_delay, self.run)
273
274 def run(self):
275 if self._cancelled:

Callers 15

error_all_requestsMethod · 0.45
__init__Method · 0.45
_start_reconnectorMethod · 0.45
_reconnectMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
maybe_startMethod · 0.45
initialize_reactorMethod · 0.45
maybe_startMethod · 0.45
__init__Method · 0.45
maybe_startMethod · 0.45
_run_loopMethod · 0.45

Calls 1

scheduleMethod · 0.80

Tested by

no test coverage detected