mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 05:22:19 +08:00
fixed statement parsing problem of list slicing
This commit is contained in:
@@ -30,6 +30,9 @@ b[8-7]
|
||||
#? list()
|
||||
b[8:]
|
||||
|
||||
#? list()
|
||||
b[int():]
|
||||
|
||||
|
||||
# -----------------
|
||||
# iterable multiplication
|
||||
|
||||
Reference in New Issue
Block a user