mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 12:48:12 +07:00
GitOrigin-RevId: 03b1a49f8ecfd7c765ed2900b2adf14b07709a5f
6 lines
92 B
Python
6 lines
92 B
Python
def _():
|
|
try:
|
|
raise Exception()
|
|
except Exception as e:
|
|
e.foo<caret>
|