mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
5 lines
152 B
Python
5 lines
152 B
Python
def do_stuff(): pass
|
|
|
|
class A:
|
|
def foo(self):
|
|
<weak_warning descr="Variable in function should be lowercase">Abc</weak_warning> = do_stuff() |