Files
openide/python/testData/quickdoc/FromInsideRaiseStatement.py
Irina.Fediaeva 1e7d7b339d PY-52281: Fix doc for in, as, from, else keywords when they are inside some statement.
IJ-CR-26384

GitOrigin-RevId: 07f7f8c4ce17c4906e9346715f92a9489d1f6c74
2022-08-08 20:23:28 +00:00

4 lines
90 B
Python

try:
a = a / 0
except ZeroDivisionError as ex:
raise ValueError() fr<the_ref>om ex