MCPcopy 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])
32def sess(url, request):
33 sess = request.param()
34 sess.get(url)
35 yield sess
36
37 # closing session object
38 sess.close()
39
40
41class TestSessionActions:

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…