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

Function sess

tests/test_chunked_response.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14@pytest.fixture()
15def sess():
16 sess = CacheControl(requests.Session())
17 yield sess
18
19 # closing session object
20 sess.close()
21
22
23class TestChunkedResponses:

Callers

nothing calls this directly

Calls 2

CacheControlFunction · 0.90
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…