MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / delete

Method delete

scratchattach/utils/requests.py:267–275  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

265
266 @override
267 def delete(self, *args, **kwargs):
268 kwargs.setdefault("proxies", proxies)
269 try:
270 r = super().delete(*args, **kwargs)
271 except Exception as e:
272 raise exceptions.FetchError(e)
273 if self.error_handling:
274 self.check_response(r)
275 return r
276
277 @override
278 def put(self, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

check_responseMethod · 0.95

Tested by

no test coverage detected