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

Method close

cachecontrol/adapter.py:165–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 return resp
164
165 def close(self) -> None:
166 self.cache.close()
167 super().close() # type: ignore[no-untyped-call]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected