with compat_contextlib_suppress(*Exceptions):
# code that fails silently for any of Exceptions
101 KiB
101 KiB
with compat_contextlib_suppress(*Exceptions):
# code that fails silently for any of Exceptions