Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ __del__
Method
__del__
redis/client.py:1709–1713 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1707
self.reset()
1708
1709
def
__del__(self):
1710
try
:
1711
self.reset()
1712
except
Exception:
1713
pass
1714
1715
def
__len__(self) -> int:
1716
return
len(self.command_stack)
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected