1
0
forked from VimPlug/jedi

Now expr_stmt tuple unpacking automatically works with static analysis.

This commit is contained in:
Dave Halter
2015-11-24 01:07:32 +01:00
parent 8ee42e24a8
commit 724f7111a8
3 changed files with 13 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
a, b = {'asdf': 3, 'b': 'str'}
a