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

Method __aexit__

redis/asyncio/client.py:1677–1678  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

1675 return self
1676
1677 async def __aexit__(self, exc_type, exc_value, traceback):
1678 await self.reset()
1679
1680 def __await__(self):
1681 return self._async_self().__await__()

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected