mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
tuple support
This commit is contained in:
@@ -8,3 +8,10 @@ a = list()
|
||||
|
||||
#? ['append']
|
||||
[[a]][0][100].append
|
||||
|
||||
|
||||
a1, b1 = (1, "")
|
||||
#? ['real']
|
||||
a1.real
|
||||
#? ['lower']
|
||||
b1.lower
|
||||
|
||||
Reference in New Issue
Block a user