DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / fake_formatter.py
123456789
"""File used in test designed for custom formatter. See the actual tests in test_formatter.py """ def get_cause(info, **_ignore): return info["cause"]