dissect.evidence.tools.util

Module Contents

Functions

catch_sigpipe

Catches KeyboardInterrupt and BrokenPipeError (OSError 22 on Windows).

dissect.evidence.tools.util.catch_sigpipe(func: collections.abc.Callable) collections.abc.Callable

Catches KeyboardInterrupt and BrokenPipeError (OSError 22 on Windows).