mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
7 lines
236 B
Python
7 lines
236 B
Python
class C(object):
|
|
def __init__<warning descr="Signature is not compatible to __new__">(self, x, y)</warning>:
|
|
pass
|
|
|
|
def __new__<warning descr="Signature is not compatible to __init__">(c<caret>ls)</warning>:
|
|
pass
|