Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ timestamp
Method
timestamp
django/core/signing.py:268–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
267
class
TimestampSigner(Signer):
268
def
timestamp(self):
269
return
b62_encode(int(time.time()))
270
271
def
sign(self, value):
272
value =
"%s%s%s"
% (value, self.sep, self.timestamp())
Callers
7
sign
Method · 0.95
index
Function · 0.80
sitemap
Function · 0.80
__call__
Method · 0.80
U
Method · 0.80
parse_http_date
Function · 0.80
_pre_process_request
Function · 0.80
Calls
2
b62_encode
Function · 0.85
time
Method · 0.80
Tested by
no test coverage detected