mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
tuple support without braces
This commit is contained in:
@@ -68,3 +68,11 @@ tup2 = tuple()
|
||||
tup2.i
|
||||
##? ['index'] TODO enable
|
||||
().i
|
||||
|
||||
tup3 = 1,""
|
||||
#? ['index']
|
||||
tup3.index
|
||||
|
||||
tup4 = 1,""
|
||||
#? ['index']
|
||||
tup4.index
|
||||
|
||||
Reference in New Issue
Block a user