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

Method __init__

cassandra/io/asyncorereactor.py:57–62  ·  view source on GitHub ↗
(self, timeout, callback)

Source from the content-addressed store, hash-verified

55
56class WaitableTimer(Timer):
57 def __init__(self, timeout, callback):
58 Timer.__init__(self, timeout, callback)
59 self.callback = callback
60 self.event = Event()
61
62 self.final_exception = None
63
64 def finish(self, time_now):
65 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected