mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 14:21:27 +07:00
6 lines
116 B
Python
6 lines
116 B
Python
class A:
|
|
pass
|
|
|
|
a = A()
|
|
a.<caret><warning descr="Unresolved attribute reference 'y' for class 'A'">y</warning>()
|