mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[PyCharm] PY-73919 Scientific View(fix): Fix "view as" -- action
GitOrigin-RevId: 5382c820fab1bc703ea96cca68c1a5120ed84cc2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
84461e5b33
commit
fdb0da5997
@@ -242,7 +242,7 @@ public class PyDebugValue extends XNamedValue {
|
||||
else {
|
||||
myParent.buildExpression(result);
|
||||
if (("dict".equals(myParent.getType()) || "list".equals(myParent.getType()) || "tuple".equals(myParent.getType())
|
||||
|| "NestedOrderedDict".equals(myParent.getType())
|
||||
|| "NestedOrderedDict".equals(myParent.getType()) || "DatasetDict".equals(myParent.getType())
|
||||
) && !isLen(myName)) {
|
||||
result.append('[').append(removeLeadingZeros(removeId(myName))).append(']');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user