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

Method __init__

tests/utils.py:28–30  ·  view source on GitHub ↗
(self, status, headers)

Source from the content-addressed store, hash-verified

26 decode_content = False
27
28 def __init__(self, status, headers):
29 self.status = status
30 self.headers = CaseInsensitiveDict(headers)
31
32
33class DummyRequest:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected