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

Method post

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

Source from the content-addressed store, hash-verified

254
255 @override
256 def post(self, *args, **kwargs):
257 kwargs.setdefault("proxies", proxies)
258 try:
259 r = super().post(*args, **kwargs)
260 except Exception as e:
261 raise exceptions.FetchError(e)
262 if self.error_handling:
263 self.check_response(r)
264 return r
265
266 @override
267 def delete(self, *args, **kwargs):

Callers 15

toggle_commentingMethod · 0.80
set_pfpMethod · 0.80
set_forum_signatureMethod · 0.80
post_commentMethod · 0.80
delete_commentMethod · 0.80
report_commentMethod · 0.80
create_remixMethod · 0.80
loveMethod · 0.80
favoriteMethod · 0.80
post_viewMethod · 0.80
set_thumbnailMethod · 0.80
post_commentMethod · 0.80

Calls 1

check_responseMethod · 0.95

Tested by

no test coverage detected