Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ time
Method
time
tests/cache/tests.py:1890–1891 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1888
self._time = time.time()
1889
1890
def
time(self):
1891
return
self._time
1892
1893
def
sleep(self, seconds):
1894
self._time += seconds
Callers
15
process_response
Method · 0.80
rfc2822_date
Function · 0.80
rfc3339_date
Function · 0.80
timesince
Function · 0.80
patch_response_headers
Function · 0.80
parse_time
Function · 0.80
process_request
Method · 0.80
set_cookie
Method · 0.80
timestamp
Method · 0.80
unsign
Method · 0.80
_is_expired
Method · 0.80
get_backend_timeout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected