Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
tick
Method · 0.80
tick
Method · 0.80
check_trac_has_patch
Function · 0.80
wrapper
Function · 0.80
test_expiration
Method · 0.80
test_expiration
Method · 0.80
test_touch
Method · 0.80
test_set_many_expiration
Method · 0.80
test_forever_timeout
Method · 0.80
test_get_many_num_queries
Method · 0.80
test_view_decorator
Method · 0.80
test_cache_page_timeout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected