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

Method loads

tests/utils.py:14–17  ·  view source on GitHub ↗
(self, request, data, body_file=None)

Source from the content-addressed store, hash-verified

12 return response
13
14 def loads(self, request, data, body_file=None):
15 if data and getattr(data, "chunked", False):
16 data.chunked = False
17 return data
18
19
20class DummyResponse:

Calls

no outgoing calls