Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
class
DummyRequest:
34
""
"Match a Request."
""
35
36
def
__init__(self, url, headers):
37
self.url = url
38
self.headers = CaseInsensitiveDict(headers)
Callers
2
test_update_cached_response_no_local_cache
Method · 0.85
update_cached_response_with_valid_headers_test
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_update_cached_response_no_local_cache
Method · 0.68
update_cached_response_with_valid_headers_test
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…