Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/cachecontrol
/ get_body
Method
get_body
cachecontrol/cache.py:71–75 ·
view source on GitHub ↗
Return the body as file-like object.
(self, key: str)
Source
from the content-addressed store, hash-verified
69
raise
NotImplementedError()
70
71
def
get_body(self, key: str) -> IO[bytes] | None:
72
""
"
73
Return the body
as
file-like object.
74
""
"
75
raise
NotImplementedError()
Callers
1
_load_from_cache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected