mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-15 20:26:04 +07:00
4 lines
133 B
Python
4 lines
133 B
Python
class B:
|
|
def foo(self):
|
|
return self.<caret><warning descr="Unresolved attribute reference 'x' for class 'B'">x</warning>
|