mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
(cherry picked from commit e955950c3d09fee9d816147a9e951af6cee53ae0) IJ-CR-16824 GitOrigin-RevId: 0fa973ad2868e9388515d36a4f57f4ae3a28c4e3
19 lines
127 B
Python
19 lines
127 B
Python
class Foo:
|
|
pass
|
|
|
|
|
|
if x > 5:
|
|
y = 10
|
|
|
|
|
|
def f():
|
|
pass
|
|
|
|
|
|
def mul(x, y):
|
|
return x * y
|
|
|
|
|
|
with foo() as foo:
|
|
pass
|