mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
7 lines
124 B
Python
7 lines
124 B
Python
class A:
|
|
def foo(self):
|
|
if a: pass
|
|
else: pass
|
|
a <caret>= 0
|
|
if a: pass
|
|
else: pass |