MCPcopy
hub / github.com/redis/redis-py / __del__

Method __del__

tests/test_asyncio/test_cluster.py:212–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210 # Create a subclass of RedisCluster that overrides __del__
211 class MockedRedisCluster(RedisCluster):
212 def __del__(self):
213 # Override to prevent connection cleanup attempts
214 pass
215
216 @property
217 def connection_pool(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected