Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ __init__
Method
__init__
cassandra/io/twistedreactor.py:94–96 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
_timeout = None
93
94
def
__init__(self):
95
self._lock = Lock()
96
self._timers = TimerManager()
97
98
def
maybe_start(self):
99
with
self._lock:
Callers
1
__init__
Method · 0.45
Calls
1
TimerManager
Class · 0.90
Tested by
no test coverage detected