mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
PyDecoratorImpl.toString() doesn't cause unstubbing
GitOrigin-RevId: a87b3874af518dcaf81384b25b85b76f618bdd1d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
44e22f679c
commit
132461b7de
@@ -111,7 +111,7 @@ public class PyDecoratorImpl extends PyBaseElementImpl<PyDecoratorStub> implemen
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "PyDecorator: @" + PyUtil.getReadableRepr(getCallee(), true); //getCalledFunctionReference().getReferencedName();
|
||||
return "PyDecorator: @" + getQualifiedName();
|
||||
}
|
||||
|
||||
public PsiElement setName(@NonNls @NotNull String name) throws IncorrectOperationException {
|
||||
|
||||
Reference in New Issue
Block a user