We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe92c09 + 95273e3 commit 115c669Copy full SHA for 115c669
stackprinter/__init__.py
@@ -120,6 +120,8 @@ def format(thing=None, **kwargs):
120
121
Example: To hide numpy internals from the traceback, set
122
`suppressed_paths=[r"lib/python.*/site-packages/numpy"]`
123
+ or
124
+ `suppressed_paths=[re.compile(r"lib/python.*/site-packages/numpy")]`
125
126
suppressed_exception_types: list of exception classes
127
Show less verbose formatting for exceptions in this list.
0 commit comments