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

Method __await__

redis/asyncio/client.py:461–462  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 )
460
461 def __await__(self):
462 return self.initialize().__await__()
463
464 async def initialize(self: _RedisT) -> _RedisT:
465 if self.single_connection_client:

Callers 1

__await__Method · 0.45

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected