MCPcopy Create free account
hub / github.com/psf/cachecontrol / set_body

Method set_body

cachecontrol/cache.py:68–69  ·  view source on GitHub ↗
(self, key: str, body: bytes)

Source from the content-addressed store, hash-verified

66 """
67
68 def set_body(self, key: str, body: bytes) -> None:
69 raise NotImplementedError()
70
71 def get_body(self, key: str) -> IO[bytes] | None:
72 """

Callers 1

_cache_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected