mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 17:51:09 +07:00
5 lines
138 B
Python
5 lines
138 B
Python
class A:
|
|
x = 3
|
|
a = A()
|
|
<weak_warning descr="Assignment can be replaced with augmented assignment">a.x = a.x +<caret> 1</weak_warning>
|