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

Method sleep

tests/test_lock.py:20–22  ·  view source on GitHub ↗
(self, sleep)

Source from the content-addressed store, hash-verified

18 return self.now
19
20 def sleep(self, sleep):
21 self.sleeps.append(sleep)
22 self.now += sleep
23
24
25class TestLock:

Callers 15

search_vss.pyFile · 0.45
test_hexpire_basicFunction · 0.45
test_hexpire_conditionsFunction · 0.45
test_hpexpire_basicFunction · 0.45
test_hpexpire_conditionsFunction · 0.45
test_hexpireat_basicFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected