(self, status, headers)
| 26 | decode_content = False |
| 27 | |
| 28 | def __init__(self, status, headers): |
| 29 | self.status = status |
| 30 | self.headers = CaseInsensitiveDict(headers) |
| 31 | |
| 32 | |
| 33 | class DummyRequest: |
nothing calls this directly
no outgoing calls
no test coverage detected