mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
par postfix template added
(cherry picked from commit a0e0475)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
def f():
|
||||
a = (1, 2)
|
||||
return a
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
def f():
|
||||
a = <spot>1, 2</spot>
|
||||
return a
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Parenthesizes the expression.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user