[python] add .for/.iter postfix template, add description (PY-27374)

GitOrigin-RevId: 92c3b6da7b01c5ed64bb76ca51cdb1a59cf7199c
This commit is contained in:
Vladislav Rassokhin
2023-03-04 10:48:12 +01:00
committed by intellij-monorepo-bot
parent 5f0cfe2093
commit 429cbc8d37
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
def f(a):
for i in a:
<spot></spot>

View File

@@ -0,0 +1,2 @@
def f(a):
<spot>a</spot>.for

View File

@@ -0,0 +1,5 @@
<html>
<body>
Iterates over the expression as source in the <code>for</code> statement.
</body>
</html>