PY-52574: Update tests after removing Epytext docstring format

(cherry picked from commit d4a90a8da56ca889cf380aa5bc72ac82b0716abc)

IJ-CR-148150

GitOrigin-RevId: 235a0e447d84c96e9963235615b07a1caf371e74
This commit is contained in:
Irina Fediaeva
2024-11-28 01:35:54 +00:00
committed by intellij-monorepo-bot
parent 2ac1a788e3
commit 92365f2246
47 changed files with 80 additions and 386 deletions
@@ -3,6 +3,6 @@ class MyClass:
def f(x):
"""
@param x:
@type x: MyClass
:param x:
:type x: MyClass
"""
@@ -3,6 +3,6 @@ class MyClass:
def f(x):
"""
@param x:
@type x: MyC<caret>
:param x:
:type x: MyC<caret>
"""
@@ -1,2 +0,0 @@
def foo(bar):
""" @param bar """
@@ -1,2 +0,0 @@
def foo(bar):
""" @param b<caret> """
-2
View File
@@ -1,2 +0,0 @@
def foo(bar):
""" <caret> """
@@ -1,2 +0,0 @@
def foo(bar):
""" @param """
@@ -1,2 +0,0 @@
def foo(bar):
""" @pa<caret> """