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