mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
[python] add .for/.iter postfix template, add description (PY-27374)
GitOrigin-RevId: 92c3b6da7b01c5ed64bb76ca51cdb1a59cf7199c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5f0cfe2093
commit
429cbc8d37
@@ -0,0 +1,3 @@
|
||||
def f(a):
|
||||
for i in a:
|
||||
<spot></spot>
|
||||
@@ -0,0 +1,2 @@
|
||||
def f(a):
|
||||
<spot>a</spot>.for
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Iterates over the expression as source in the <code>for</code> statement.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user