Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/cachecontrol
/ use_wrapper
Function
use_wrapper
tests/test_adapter.py:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
use_wrapper():
19
print(
"Using helper"
)
20
sess = CacheControl(Session())
21
return
sess
22
23
24
def
use_adapter():
Callers
nothing calls this directly
Calls
1
CacheControl
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…