:py:mod:`dissect.evidence.tools.util` ===================================== .. py:module:: dissect.evidence.tools.util Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: dissect.evidence.tools.util.catch_sigpipe .. py:function:: catch_sigpipe(func: collections.abc.Callable) -> collections.abc.Callable Catches ``KeyboardInterrupt`` and ``BrokenPipeError`` (``OSError 22`` on Windows).