MCPcopy 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
51def _cleanup(loop):
52 if loop:
53 loop._cleanup()
54
55
56class WaitableTimer(Timer):

Callers

nothing calls this directly

Calls 1

_cleanupMethod · 0.45

Tested by

no test coverage detected