Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/cachecontrol
/ sess
Function
sess
tests/test_adapter.py:32–38 ·
view source on GitHub ↗
(url, request)
Source
from the content-addressed store, hash-verified
30
31
@pytest.fixture(params=[use_adapter, use_wrapper])
32
def
sess(url, request):
33
sess = request.param()
34
sess.get(url)
35
yield
sess
36
37
# closing session object
38
sess.close()
39
40
41
class
TestSessionActions:
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…