summaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/python/raise_from.py
blob: 8a48a222bce8b1d6eb5d98255375f563f5af225c (plain) (blame)
1
2
3
4
5
6
try:
    print(1 / 0)
except Exception:
    raise RuntimeError from None
    # ^ @exception
    #                   ^ @exception