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

Method get

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

Source from the content-addressed store, hash-verified

243
244 @override
245 def get(self, *args, **kwargs):
246 kwargs.setdefault("proxies", proxies)
247 try:
248 r = super().get(*args, **kwargs)
249 except Exception as e:
250 raise exceptions.FetchError(e)
251 if self.error_handling:
252 self.check_response(r)
253 return r
254
255 @override
256 def post(self, *args, **kwargs):

Callers 15

async_requestMethod · 0.45
fetchFunction · 0.45
logsMethod · 0.45
iconMethod · 0.45
_update_from_dictMethod · 0.45
__rich__Method · 0.45
classroomMethod · 0.45
does_existMethod · 0.45
is_new_scratcherMethod · 0.45
message_countMethod · 0.45

Calls 1

check_responseMethod · 0.95

Tested by

no test coverage detected