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

Method __aexit__

redis/asyncio/utils.py:26–28  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

24 return self.p
25
26 async def __aexit__(self, exc_type, exc_value, traceback):
27 await self.p.execute()
28 del self.p

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected