MCPcopy
hub / github.com/django/django / sleep

Method sleep

tests/cache/tests.py:1893–1894  ·  view source on GitHub ↗
(self, seconds)

Source from the content-addressed store, hash-verified

1891 return self._time
1892
1893 def sleep(self, seconds):
1894 self._time += seconds
1895
1896 mocked_time = ManualTickingTime()
1897 with (

Callers 15

tickMethod · 0.80
tickMethod · 0.80
check_trac_has_patchFunction · 0.80
wrapperFunction · 0.80
test_expirationMethod · 0.80
test_expirationMethod · 0.80
test_touchMethod · 0.80
test_forever_timeoutMethod · 0.80
test_view_decoratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected