mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
PY-52574: Update tests after removing Epytext docstring format
GitOrigin-RevId: d4a90a8da56ca889cf380aa5bc72ac82b0716abc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3641c5fbef
commit
01e08f43e4
@@ -1,9 +0,0 @@
|
||||
|
||||
def foo(a, b):
|
||||
"""<caret>
|
||||
pass
|
||||
|
||||
def foo1():
|
||||
"""
|
||||
:return :
|
||||
"""
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
def foo(a, b):
|
||||
"""
|
||||
<caret>
|
||||
@param a:
|
||||
@param b:
|
||||
@return:
|
||||
"""
|
||||
pass
|
||||
|
||||
def foo1():
|
||||
"""
|
||||
:return :
|
||||
"""
|
||||
@@ -2,10 +2,10 @@
|
||||
def foo(a):
|
||||
"""
|
||||
<caret>
|
||||
@param a:
|
||||
@type a:
|
||||
@return:
|
||||
@rtype:
|
||||
:param a:
|
||||
:type a:
|
||||
:return:
|
||||
:rtype:
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user