Fix Tuple support

This commit is contained in:
Dave Halter
2018-08-29 10:18:58 +02:00
parent 762d56204f
commit 0edfe86d8b
3 changed files with 30 additions and 18 deletions

View File

@@ -116,13 +116,9 @@ def tuple(p, q, r):
i, s, f = q
#? int()
i
##? str() --- TODO fix support for tuple assignment
# https://github.com/davidhalter/jedi/pull/663#issuecomment-172317854
#?
#? str()
s
##? float() --- TODO fix support for tuple assignment
# https://github.com/davidhalter/jedi/pull/663#issuecomment-172317854
#?
#? float()
f
class Key: