mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
12 lines
140 B
Python
12 lines
140 B
Python
try:
|
|
from mercurial import lsprof
|
|
except ImportError:
|
|
raise Error
|
|
p = 123
|
|
try:
|
|
return foo
|
|
x = 1
|
|
finally:
|
|
print(p)
|
|
y = 2
|