mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
The inspection may show false negative warnings for assigned attributes of objects other than the return value of __new__.
5 lines
63 B
Python
5 lines
63 B
Python
from a import Test
|
|
|
|
x = Test('foo')
|
|
print(x.foo)
|
|
# <ref> |