mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
understand dict.update() calls in evaluators
This commit is contained in:
@@ -125,6 +125,7 @@ public class PyNames {
|
||||
|
||||
public static final String KEYS = "keys";
|
||||
public static final String EXTEND = "extend";
|
||||
public static final String UPDATE = "update";
|
||||
|
||||
public static final String PASS = "pass";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user