PY-52574: Update tests after removing Epytext docstring format

GitOrigin-RevId: d4a90a8da56ca889cf380aa5bc72ac82b0716abc
This commit is contained in:
Irina Fediaeva
2024-10-25 16:35:31 +02:00
committed by intellij-monorepo-bot
parent 3641c5fbef
commit 01e08f43e4
47 changed files with 80 additions and 386 deletions

View File

@@ -1,9 +0,0 @@
def foo(a, b):
"""<caret>
pass
def foo1():
"""
:return :
"""

View File

@@ -1,14 +0,0 @@
def foo(a, b):
"""
<caret>
@param a:
@param b:
@return:
"""
pass
def foo1():
"""
:return :
"""

View File

@@ -2,10 +2,10 @@
def foo(a):
"""
<caret>
@param a:
@type a:
@return:
@rtype:
:param a:
:type a:
:return:
:rtype:
"""
pass