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

Method time

tests/test_asyncio/test_lock.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 return self
17
18 def time(self):
19 return self.now
20
21 async def sleep(self, sleep):
22 self.sleeps.append(sleep)

Calls

no outgoing calls

Tested by

no test coverage detected