Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/cachecontrol
/ warning
Method
warning
cachecontrol/heuristics.py:156–157 ·
view source on GitHub ↗
(self, resp: HTTPResponse)
Source
from the content-addressed store, hash-verified
154
return
{
"expires"
: time.strftime(TIME_FMT, time.gmtime(expires))}
155
156
def
warning(self, resp: HTTPResponse) -> str | None:
157
return
None
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected