mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IDEA-CR-54505: PY-38707 Simplify TypedDict type inference in case of complex class hierarchies
GitOrigin-RevId: b29f9d01ae964ff7b7571188ce540ea963c21054
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c4d03b0d6d
commit
3d7fb151e9
@@ -209,8 +209,6 @@ public class PyNames {
|
||||
public static final String COLLECTIONS_NAMEDTUPLE_PY2 = COLLECTIONS + "." + NAMEDTUPLE;
|
||||
public static final String COLLECTIONS_NAMEDTUPLE_PY3 = COLLECTIONS + "." + INIT + "." + NAMEDTUPLE;
|
||||
|
||||
public static final String TYPED_DICT = "TypedDict";
|
||||
|
||||
public static final String FORMAT = "format";
|
||||
|
||||
public static final String ABSTRACTMETHOD = "abstractmethod";
|
||||
|
||||
Reference in New Issue
Block a user