mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 05:52:22 +08:00
Fix contextualizing of subscriptlist
This commit is contained in:
@@ -335,6 +335,11 @@ some_lst2[3]
|
||||
#? int() str()
|
||||
some_lst2[2]
|
||||
|
||||
some_lst3 = []
|
||||
some_lst3[0] = 3
|
||||
some_lst3[:] = '' # Is ignored for now.
|
||||
#? int()
|
||||
some_lst3[0]
|
||||
# -----------------
|
||||
# set setitem/other modifications (should not work)
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user