mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
(cherry picked from commit e955950c3d09fee9d816147a9e951af6cee53ae0) IJ-CR-16824 GitOrigin-RevId: 0fa973ad2868e9388515d36a4f57f4ae3a28c4e3
9 lines
102 B
Python
9 lines
102 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 |