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

Class DummyRequest

tests/utils.py:33–38  ·  view source on GitHub ↗

Match a Request.

Source from the content-addressed store, hash-verified

31
32
33class DummyRequest:
34 """Match a Request."""
35
36 def __init__(self, url, headers):
37 self.url = url
38 self.headers = CaseInsensitiveDict(headers)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…