mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[pycharm] PY-71967 Add impl (except sorting in outputs -- to fix)
GitOrigin-RevId: ac079eefe71d7b32daa5e95eaef9c986ab842294
This commit is contained in:
committed by
intellij-monorepo-bot
parent
58af8101d9
commit
2fc8ea1630
@@ -42,7 +42,8 @@ public class PyDebugValue extends XNamedValue {
|
||||
DATA_FRAME, DATA_FRAME,
|
||||
SERIES, SERIES,
|
||||
"GeoDataFrame", DATA_FRAME,
|
||||
"GeoSeries", SERIES
|
||||
"GeoSeries", SERIES,
|
||||
"Dataset", DATA_FRAME
|
||||
);
|
||||
private static final int MAX_ITEMS_TO_HANDLE = 100;
|
||||
public static final int MAX_VALUE = 256;
|
||||
|
||||
Reference in New Issue
Block a user