Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 297 Bytes

vcokltfre/Supress

A simple utility to supress output

Usage:

from supress import supressed

with supressed():
    print("This output is supressed!")

print("This output isn't!")

This package exists as a result of certain libraries that force printing output when it's unwanted