1
0
forked from VimPlug/jedi

Implement magic method return values, fixes #1577

This commit is contained in:
Dave Halter
2020-05-15 19:09:44 +02:00
parent be594f1498
commit 41c146a6f3
4 changed files with 61 additions and 11 deletions

View File

@@ -241,7 +241,7 @@ args_func(*1)[0]
args_func(*iter([1]))[0]
# different types
e = args_func(*[1+"", {}])
e = args_func(*[1 if UNDEFINED else "", {}])
#? int() str()
e[0]
#? dict()