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

Method no_error_handling

scratchattach/utils/requests.py:289–295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

287
288 @contextmanager
289 def no_error_handling(self) -> Iterator[None]:
290 val_before = self.error_handling
291 self.error_handling = False
292 try:
293 yield
294 finally:
295 self.error_handling = val_before
296
297 @contextmanager
298 def yes_error_handling(self) -> Iterator[None]:

Callers 15

iconMethod · 0.45
classroomMethod · 0.45
does_existMethod · 0.45
is_new_scratcherMethod · 0.45
unfollowersMethod · 0.45
follower_countMethod · 0.45
following_countMethod · 0.45
is_followed_by_meMethod · 0.45
project_countMethod · 0.45
studio_countMethod · 0.45
studios_followingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected