Exchange the completion trailer evaluation logic. It's way more consistent now.

This commit is contained in:
Dave Halter
2016-06-23 08:47:31 +02:00
parent cbef4235ff
commit 1ab4eb3696
4 changed files with 24 additions and 32 deletions

View File

@@ -20,3 +20,12 @@ a(some_args)
#? 13 []
a(some_kwargs)
def multiple(foo, bar):
pass
#? 17 ['bar']
multiple(foo, bar)
#? ['bar']
multiple(foo, bar