postfix completion for 'len' function on 'Sized' objects

This commit is contained in:
aleksei.kniazev
2019-02-28 14:14:23 +00:00
committed by Aleksei Kniazev
parent dfc06cb2b4
commit 847811c72e
24 changed files with 149 additions and 2 deletions
@@ -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>