mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
handle os.path.realpath in PyPathEvaluator (PY-9787)
This commit is contained in:
@@ -70,6 +70,7 @@ public class PyNames {
|
||||
public static final String DIRNAME = "dirname";
|
||||
public static final String ABSPATH = "abspath";
|
||||
public static final String NORMPATH = "normpath";
|
||||
public static final String REALPATH = "realpath";
|
||||
public static final String JOIN = "join";
|
||||
public static final String REPLACE = "replace";
|
||||
public static final String FILE = "__file__";
|
||||
|
||||
Reference in New Issue
Block a user