Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ _async_self
Method
_async_self
redis/asyncio/client.py:1692–1693 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1690
return
True
1691
1692
async
def
_async_self(self):
1693
return
self
1694
1695
async
def
reset(self):
1696
self.command_stack = []
Callers
1
__await__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected