mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
postfix completion for 'len' function on 'Sized' objects
This commit is contained in:
committed by
Aleksei Kniazev
parent
dfc06cb2b4
commit
847811c72e
@@ -0,0 +1,2 @@
|
||||
def f(a):
|
||||
len(a)<spot></spot>
|
||||
@@ -0,0 +1,2 @@
|
||||
def f(a):
|
||||
<spot>a</spot>.len
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Converts postfix call to '.len' to 'len' function invocation.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user