review fixes for endpoints for python (PY-50382)

(cherry picked from commit 76937e4de07193be94e352086ced5554029300e2)

IJ-MR-15304

GitOrigin-RevId: fe3c12aba62e46627ebd4d6a446a1b02a072c87e
This commit is contained in:
Aleksei Kniazev
2021-10-18 21:22:03 +03:00
committed by intellij-monorepo-bot
parent f8c2ad4f8a
commit 67caf6fc19
4 changed files with 25 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ public interface PyDecoratorStub extends StubElement<PyDecorator> {
@ApiStatus.Experimental
@Nullable
String getPositionalArgumentLiteralText(int position);
@ApiStatus.Experimental
@Nullable
String getNamedArgumentLiteralText(@NotNull String name);