Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ _cleanup
Function
_cleanup
cassandra/io/asyncorereactor.py:51–53 ·
view source on GitHub ↗
(loop)
Source
from the content-addressed store, hash-verified
49
_dispatcher_map = {}
50
51
def
_cleanup(loop):
52
if
loop:
53
loop._cleanup()
54
55
56
class
WaitableTimer(Timer):
Callers
nothing calls this directly
Calls
1
_cleanup
Method · 0.45
Tested by
no test coverage detected