mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
committed by
intellij-monorepo-bot
parent
2ac1a788e3
commit
92365f2246
@@ -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> """
|
||||
@@ -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> """
|
||||
Reference in New Issue
Block a user