PY-56609: Refactoring in quick documentation

Migrating PyQuickDocTest.py to Python 3

GitOrigin-RevId: 2ad69939a695066d92f7c8c937828f8097110a62
This commit is contained in:
Irina Fediaeva
2022-10-14 17:16:09 +03:00
committed by intellij-monorepo-bot
parent 98f4edc289
commit a143468daa
21 changed files with 86 additions and 190 deletions

View File

@@ -1 +1 @@
async def func() -> Any
async def func() -> Coroutine[Any, Any, None]