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

Function log_resp

tests/issue_263.py:31–36  ·  view source on GitHub ↗
(resp)

Source from the content-addressed store, hash-verified

29
30
31def log_resp(resp):
32 return
33
34 print(f"{resp.status_code} {resp.request.method}")
35 for k, v in response.headers.items():
36 print(f"{k}: {v}")
37
38
39for i in range(2):

Callers 1

issue_263.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…