mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
PY-58752 Impl inspection for check matching override signature
GitOrigin-RevId: 4520138ac657a514b53f2f939521f0336701be46
This commit is contained in:
committed by
intellij-monorepo-bot
parent
51d3e45887
commit
c24752ceb1
@@ -97,6 +97,8 @@ public final class PyNames {
|
||||
public static final String STATICMETHOD = "staticmethod";
|
||||
public static final String OVERLOAD = "overload";
|
||||
|
||||
public static final String OVERRIDE = "override";
|
||||
|
||||
public static final String PROPERTY = "property";
|
||||
public static final String SETTER = "setter";
|
||||
public static final String DELETER = "deleter";
|
||||
|
||||
Reference in New Issue
Block a user