mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
Update PyInitNewSignatureInspection to ignore `__init__` in `enum.Enum` inheritors.
3 lines
61 B
Python
3 lines
61 B
Python
class Enum(object):
|
|
def __new__(cls, value):
|
|
pass |