data_base
❭ isf_data_base
❭ IO
❭ LoaderDumper
❭ shared_numpy_store
❭ Uninterruptible
Uninterruptible¶
Context manager to create an uninterruptible section of code.
This context manager temporarily ignores
SIGINT
andSIGTERM
signals.Warning
This context manager should be used with caution, as it can lead to unresponsive code (by design).