mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
8 lines
242 B
Python
8 lines
242 B
Python
|
|
class A:
|
|
<warning descr="Old-style class contains __slots__ definition">__s<caret>lots__</warning> = ""
|
|
|
|
def <warning descr="Old-style class contains __getattribute__ definition">__getattribute__</warning>(self, item):
|
|
pass
|
|
|